Html Css Color HEX #5A720C Fiji Green

📋 copy color: '#5A720C'

red 90 ◦ green 114 ◦ blue 12

#5A720C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiji Green #5A720C

Tints of Fiji Green #5A720C

RGB

 RED value IS 90 (35.55% from 255) = 41.67%

 GREEN value IS 114 (44.92% from 255) = 52.78%

 BLUE value IS 12 (5.08% from 255) = 5.56%

R = 41.67%
G = 52.78%
B = 5.56%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#5A720C (or 0x5A720C) is known color: Fiji Green. HEX triplet: 5A, 72 and 0C. RGB value is (90,114,12). Sum of RGB (Red+Green+Blue) = 90+114+12=216 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.67% from 216); Green value is 114 (44.92% from 255 or 52.78% from 216); Blue value is 12 (5.08% from 255 or 5.56% from 216); Max value from RGB is 114 - color contains mainly: green. Hex color #5A720C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A720C is #A58DF3. Grayscale: #5F5F5F. Windows color (decimal): -10849780 or 815706. OLE color: 815706.

HSL color Cylindrical-coordinate representation of color #5A720C: hue angle of 74.12º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5A720C is Cyan = 0.21, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 90 114 12 -
CMYK 0.21 0 0.89 0.55
HSL 74.12º 0.81% 0.25% -
HSV(B) 74.12º 0.89% 0.45% -
XYZ 10.3 14.23 2.55 -
YUV 95.2 81.05 124.29 -
System Red Green Blue C M Y K H S L
Decimal 90 114 12 0.21 0 0.89 0.55 74.12 0.81 0.25
Hex 5A 72 C 15 0 59 37 4A 51 19
Octal 132 162 14 25 0 131 67 112 121 31
Binary 1011010 1110010 1100 10101 0 1011001 110111 1001010 1010001 11001

Color Harmonies of #5A720C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A720C

Black with #5A720C

Text Example


Text Example

White with #5A720C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A720C; }

 p { color: rgb(90,114,12); }

 H1.HeaderClassName
 {
   color: #5A720C;
 }
 .AnyTagClassName
 {
   color: #5A720C;
 }
</style>

background-color css

<style>
 a { background-color: #5A720C; }

 a { background-color: rgb(90,114,12); }

 div.DivClassName
 {
   background-color: #5A720C;
 }
 .BgClassName
 {
   background-color: #5A720C;
 }
</style>

border-color css

<style>
 span { border-color: #5A720C; }

 span { border-color: rgb(90,114,12); }

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