#62721A

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

Shades of Fiji Green #62721A

Tints of Fiji Green #62721A

Color information

#62721A (or 0x62721A) is unknown color: approx Fiji Green. HEX triplet: 62, 72 and 1A. RGB value is (98,114,26). Sum of RGB (Red+Green+Blue) = 98+114+26=238 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.18% from 238); Green value is 114 (44.92% from 255 or 47.90% from 238); Blue value is 26 (10.55% from 255 or 10.92% from 238); Max value from RGB is 114 - color contains mainly: green. Hex color #62721A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62721A is #9D8DE5. Grayscale: #636363. Windows color (decimal): -10325478 or 1733218. OLE color: 1733218.

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

Color convert

RGB9811426-
CMYK0.1400.770.55
HSL70.91º62.86%27.45%-
HSV(B)70.91º77.19%44.71%-
XYZ11.2414.713.22-
YUV99.1886.7127.16-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 41.18%
GREEN value IS 114 (44.92% from 255) = 47.90%
BLUE value IS 26 (10.55% from 255) = 10.92%
R=41.18%
G=47.90%
B=10.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal98114260.1400.770.5570.9162.8627.45
Hex62721AE04D37473f1b
Octal14216232160115671077733
Binary1100010111001011010111001001101110111100011111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62721A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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