#62721C

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

Shades of Fiji Green #62721C

Tints of Fiji Green #62721C

Color information

#62721C (or 0x62721C) is unknown color: approx Fiji Green. HEX triplet: 62, 72 and 1C. RGB value is (98,114,28). Sum of RGB (Red+Green+Blue) = 98+114+28=240 (31% of max value = 765). Red value is 98 (38.67% from 255 or 40.83% from 240); Green value is 114 (44.92% from 255 or 47.5% from 240); Blue value is 28 (11.33% from 255 or 11.67% from 240); Max value from RGB is 114 - color contains mainly: green. Hex color #62721C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62721C is #9D8DE3. Grayscale: #636363. Windows color (decimal): -10325476 or 1864290. OLE color: 1864290.

HSL color Cylindrical-coordinate representation of color #62721C: hue angle of 71.16º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #62721C is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB9811428-
CMYK0.1400.750.55
HSL71.16º60.56%27.84%-
HSV(B)71.16º75.44%44.71%-
XYZ11.2614.723.35-
YUV99.4187.7126.99-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 40.83%
GREEN value IS 114 (44.92% from 255) = 47.5%
BLUE value IS 28 (11.33% from 255) = 11.67%
R=40.83%
G=47.5%
B=11.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal98114280.1400.750.5571.1660.5627.84
Hex62721CE04B37473d1c
Octal14216234160113671077534
Binary1100010111001011100111001001011110111100011111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62721C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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