#62661C

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

Shades of Fiji Green #62661C

Tints of Fiji Green #62661C

Color information

#62661C (or 0x62661C) is unknown color: approx Fiji Green. HEX triplet: 62, 66 and 1C. RGB value is (98,102,28). Sum of RGB (Red+Green+Blue) = 98+102+28=228 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.98% from 228); Green value is 102 (40.23% from 255 or 44.74% from 228); Blue value is 28 (11.33% from 255 or 12.28% from 228); Max value from RGB is 102 - color contains mainly: green. Hex color #62661C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62661C is #9D99E3. Grayscale: #5C5C5C. Windows color (decimal): -10328548 or 1861218. OLE color: 1861218.

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

Color convert

RGB9810228-
CMYK0.0400.730.6
HSL63.24º56.92%25.49%-
HSV(B)63.24º72.55%40%-
XYZ1012.182.92-
YUV92.3791.67132.02-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 42.98%
GREEN value IS 102 (40.23% from 255) = 44.74%
BLUE value IS 28 (11.33% from 255) = 12.28%
R=42.98%
G=44.74%
B=12.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal98102280.0400.730.663.2456.9225.49
Hex62661C40493C3f3919
Octal142146344011174777131
Binary11000101100110111001000100100111110011111111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62661C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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