Html Css Color HEX #5A8F04 Olive Drab

📋 copy color: '#5A8F04'

red 90 ◦ green 143 ◦ blue 4

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

Shades of Olive Drab #5A8F04

Tints of Olive Drab #5A8F04

RGB

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

 GREEN value IS 143 (56.25% from 255) = 60.34%

 BLUE value IS 4 (1.95% from 255) = 1.69%

R = 37.97%
G = 60.34%
B = 1.69%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#5A8F04 (or 0x5A8F04) is known color: Olive Drab. HEX triplet: 5A, 8F and 04. RGB value is (90,143,4). Sum of RGB (Red+Green+Blue) = 90+143+4=237 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.97% from 237); Green value is 143 (56.25% from 255 or 60.34% from 237); Blue value is 4 (1.95% from 255 or 1.69% from 237); Max value from RGB is 143 - color contains mainly: green. Hex color #5A8F04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A8F04 is #A570FB. Grayscale: #6F6F6F. Windows color (decimal): -10842364 or 298842. OLE color: 298842.

HSL color Cylindrical-coordinate representation of color #5A8F04: hue angle of 82.88º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5A8F04 is Cyan = 0.37, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB 90 143 4 -
CMYK 0.37 0 0.97 0.44
HSL 82.88º 0.95% 0.29% -
HSV(B) 82.88º 0.97% 0.56% -
XYZ 14.06 21.83 3.59 -
YUV 111.31 67.44 112.8 -
System Red Green Blue C M Y K H S L
Decimal 90 143 4 0.37 0 0.97 0.44 82.88 0.95 0.29
Hex 5A 8F 4 25 0 61 2C 53 5F 1D
Octal 132 217 4 45 0 141 54 123 137 35
Binary 1011010 10001111 100 100101 0 1100001 101100 1010011 1011111 11101

Color Harmonies of #5A8F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8F04

Black with #5A8F04

Text Example


Text Example

White with #5A8F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,143,4); }

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

background-color css

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

 a { background-color: rgb(90,143,4); }

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

border-color css

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

 span { border-color: rgb(90,143,4); }

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