#62660C

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

Shades of Fiji Green #62660C

Tints of Fiji Green #62660C

Color information

#62660C (or 0x62660C) is unknown color: approx Fiji Green. HEX triplet: 62, 66 and 0C. RGB value is (98,102,12). Sum of RGB (Red+Green+Blue) = 98+102+12=212 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.23% from 212); Green value is 102 (40.23% from 255 or 48.11% from 212); Blue value is 12 (5.08% from 255 or 5.66% from 212); Max value from RGB is 102 - color contains mainly: green. Hex color #62660C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #62660C is #9D99F3. Grayscale: #5A5A5A. Windows color (decimal): -10328564 or 812642. OLE color: 812642.

HSL color Cylindrical-coordinate representation of color #62660C: hue angle of 62.67º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #62660C is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.6.

Color convert

RGB9810212-
CMYK0.0400.880.6
HSL62.67º78.95%22.35%-
HSV(B)62.67º88.24%40%-
XYZ9.8512.132.17-
YUV90.5483.67133.32-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.23%
GREEN value IS 102 (40.23% from 255) = 48.11%
BLUE value IS 12 (5.08% from 255) = 5.66%
R=46.23%
G=48.11%
B=5.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal98102120.0400.880.662.6778.9522.35
Hex6266C40583C3f4f16
Octal1421461440130747711726
Binary11000101100110110010001011000111100111111100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62660C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62660C; }

 p { color: rgb(98,102,12); }

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

<style>
 a { background-color: #62660C; }

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

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

<style>
 span { border-color: #62660C; }

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

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