#62620F

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

Shades of Fiji Green #62620F

Tints of Fiji Green #62620F

Color information

#62620F (or 0x62620F) is unknown color: approx Fiji Green. HEX triplet: 62, 62 and 0F. RGB value is (98,98,15). Sum of RGB (Red+Green+Blue) = 98+98+15=211 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.45% from 211); Green value is 98 (38.67% from 255 or 46.45% from 211); Blue value is 15 (6.25% from 255 or 7.11% from 211); Max value from RGB is 98 - color contains mainly: red, green. Hex color #62620F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #62620F is #9D9DF0. Grayscale: #585858. Windows color (decimal): -10329585 or 1008226. OLE color: 1008226.

HSL color Cylindrical-coordinate representation of color #62620F: hue angle of 60º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #62620F is Cyan = 0, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB989815-
CMYK000.850.62
HSL60º73.45%22.16%-
HSV(B)60º84.69%38.43%-
XYZ9.4911.372.15-
YUV88.5486.5134.75-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.45%
GREEN value IS 98 (38.67% from 255) = 46.45%
BLUE value IS 15 (6.25% from 255) = 7.11%
R=46.45%
G=46.45%
B=7.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal989815000.850.626073.4522.16
Hex6262F00553E3c4916
Octal1421421700125767411126
Binary110001011000101111001010101111110111100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62620F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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