#62770B

Color #62770B Fiji Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiji Green #62770B

Tints of Fiji Green #62770B

Color information

#62770B (or 0x62770B) is unknown color: approx Fiji Green. HEX triplet: 62, 77 and 0B. RGB value is (98,119,11). Sum of RGB (Red+Green+Blue) = 98+119+11=228 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.98% from 228); Green value is 119 (46.88% from 255 or 52.19% from 228); Blue value is 11 (4.69% from 255 or 4.82% from 228); Max value from RGB is 119 - color contains mainly: green. Hex color #62770B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #62770B is #9D88F4. Grayscale: #646464. Windows color (decimal): -10324213 or 751458. OLE color: 751458.

HSL color Cylindrical-coordinate representation of color #62770B: hue angle of 71.67º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #62770B is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.53.

Color convert

RGB9811911-
CMYK0.1800.910.53
HSL71.67º83.08%25.49%-
HSV(B)71.67º90.76%46.67%-
XYZ11.6915.812.75-
YUV100.4177.54126.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 98 (38.67% from 255) = 42.98%
GREEN value IS 119 (46.88% from 255) = 52.19%
BLUE value IS 11 (4.69% from 255) = 4.82%
R=42.98%
G=52.19%
B=4.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal98119110.1800.910.5371.6783.0825.49
Hex6277B1205B35485319
Octal142167132201336511012331
Binary11000101110111101110010010110111101011001000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62770B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62770B; }

 p { color: rgb(98,119,11); }

 H1.HeaderClassName
 {
   color: #62770B;
 }
 .AnyTagClassName
 {
   color: #62770B;
 }
</style>
background-color css

<style>
 a { background-color: #62770B; }

 a { background-color: rgb(98,119,11); }

 div.DivClassName
 {
   background-color: #62770B;
 }
 .BgClassName
 {
   background-color: #62770B;
 }
</style>
border-color css

<style>
 span { border-color: #62770B; }

 span { border-color: rgb(98,119,11); }

 td.TdClassName
 {
   border-color: #62770B;
 }
 .TagClassName
 {
   border-color: #62770B;
 }
</style>