Html Css Color HEX #5A7205 Fiji Green

📋 copy color: '#5A7205'

red 90 ◦ green 114 ◦ blue 5

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

Shades of Fiji Green #5A7205

Tints of Fiji Green #5A7205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.39%

R = 43.06%
G = 54.55%
B = 2.39%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#5A7205 (or 0x5A7205) is known color: Fiji Green. HEX triplet: 5A, 72 and 05. RGB value is (90,114,5). Sum of RGB (Red+Green+Blue) = 90+114+5=209 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.06% from 209); Green value is 114 (44.92% from 255 or 54.55% from 209); Blue value is 5 (2.34% from 255 or 2.39% from 209); Max value from RGB is 114 - color contains mainly: green. Hex color #5A7205 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A7205 is #A58DFA. Grayscale: #5E5E5E. Windows color (decimal): -10849787 or 356954. OLE color: 356954.

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

Color convert

RGB 90 114 5 -
CMYK 0.21 0 0.96 0.55
HSL 73.21º 0.92% 0.23% -
HSV(B) 73.21º 0.96% 0.45% -
XYZ 10.26 14.22 2.35 -
YUV 94.4 77.55 124.86 -
System Red Green Blue C M Y K H S L
Decimal 90 114 5 0.21 0 0.96 0.55 73.21 0.92 0.23
Hex 5A 72 5 15 0 60 37 49 5C 17
Octal 132 162 5 25 0 140 67 111 134 27
Binary 1011010 1110010 101 10101 0 1100000 110111 1001001 1011100 10111

Color Harmonies of #5A7205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7205

Black with #5A7205

Text Example


Text Example

White with #5A7205

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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