Html Css Color HEX #5A701D Fiji Green

📋 copy color: '#5A701D'

red 90 ◦ green 112 ◦ blue 29

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

Shades of Fiji Green #5A701D

Tints of Fiji Green #5A701D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 48.48%

 BLUE value IS 29 (11.72% from 255) = 12.55%

R = 38.96%
G = 48.48%
B = 12.55%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#5A701D (or 0x5A701D) is known color: Fiji Green. HEX triplet: 5A, 70 and 1D. RGB value is (90,112,29). Sum of RGB (Red+Green+Blue) = 90+112+29=231 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.96% from 231); Green value is 112 (44.14% from 255 or 48.48% from 231); Blue value is 29 (11.72% from 255 or 12.55% from 231); Max value from RGB is 112 - color contains mainly: green. Hex color #5A701D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A701D is #A58FE2. Grayscale: #606060. Windows color (decimal): -10850275 or 1929306. OLE color: 1929306.

HSL color Cylindrical-coordinate representation of color #5A701D: hue angle of 75.9º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5A701D is Cyan = 0.20, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB 90 112 29 -
CMYK 0.20 0 0.74 0.56
HSL 75.9º 0.59% 0.28% -
HSV(B) 75.9º 0.74% 0.44% -
XYZ 10.23 13.85 3.3 -
YUV 95.96 90.21 123.75 -
System Red Green Blue C M Y K H S L
Decimal 90 112 29 0.20 0 0.74 0.56 75.9 0.59 0.28
Hex 5A 70 1D 14 0 4A 38 4C 3B 1C
Octal 132 160 35 24 0 112 70 114 73 34
Binary 1011010 1110000 11101 10100 0 1001010 111000 1001100 111011 11100

Color Harmonies of #5A701D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A701D

Black with #5A701D

Text Example


Text Example

White with #5A701D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,112,29); }

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

background-color css

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

 a { background-color: rgb(90,112,29); }

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

border-color css

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

 span { border-color: rgb(90,112,29); }

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