Html Css Color HEX #5A720B Fiji Green

📋 copy color: '#5A720B'

red 90 ◦ green 114 ◦ blue 11

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

Shades of Fiji Green #5A720B

Tints of Fiji Green #5A720B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.12%

R = 41.86%
G = 53.02%
B = 5.12%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#5A720B (or 0x5A720B) is known color: Fiji Green. HEX triplet: 5A, 72 and 0B. RGB value is (90,114,11). Sum of RGB (Red+Green+Blue) = 90+114+11=215 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.86% from 215); Green value is 114 (44.92% from 255 or 53.02% from 215); Blue value is 11 (4.69% from 255 or 5.12% from 215); Max value from RGB is 114 - color contains mainly: green. Hex color #5A720B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A720B is #A58DF4. Grayscale: #5F5F5F. Windows color (decimal): -10849781 or 750170. OLE color: 750170.

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

Color convert

RGB 90 114 11 -
CMYK 0.21 0 0.90 0.55
HSL 73.98º 0.82% 0.25% -
HSV(B) 73.98º 0.9% 0.45% -
XYZ 10.29 14.23 2.52 -
YUV 95.08 80.55 124.38 -
System Red Green Blue C M Y K H S L
Decimal 90 114 11 0.21 0 0.90 0.55 73.98 0.82 0.25
Hex 5A 72 B 15 0 5A 37 4A 52 19
Octal 132 162 13 25 0 132 67 112 122 31
Binary 1011010 1110010 1011 10101 0 1011010 110111 1001010 1010010 11001

Color Harmonies of #5A720B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A720B

Black with #5A720B

Text Example


Text Example

White with #5A720B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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