#62770F

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

Shades of Fiji Green #62770F

Tints of Fiji Green #62770F

Color information

#62770F (or 0x62770F) is unknown color: approx Fiji Green. HEX triplet: 62, 77 and 0F. RGB value is (98,119,15). Sum of RGB (Red+Green+Blue) = 98+119+15=232 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.24% from 232); Green value is 119 (46.88% from 255 or 51.29% from 232); Blue value is 15 (6.25% from 255 or 6.47% from 232); Max value from RGB is 119 - color contains mainly: green. Hex color #62770F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #62770F is #9D88F0. Grayscale: #656565. Windows color (decimal): -10324209 or 1013602. OLE color: 1013602.

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

Color convert

RGB9811915-
CMYK0.1800.870.53
HSL72.12º77.61%26.27%-
HSV(B)72.12º87.39%46.67%-
XYZ11.7215.822.89-
YUV100.8679.54125.96-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 42.24%
GREEN value IS 119 (46.88% from 255) = 51.29%
BLUE value IS 15 (6.25% from 255) = 6.47%
R=42.24%
G=51.29%
B=6.47%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal98119150.1800.870.5372.1277.6126.27
Hex6277F1205735484e1a
Octal142167172201276511011632
Binary11000101110111111110010010101111101011001000100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62770F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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