Html Css Color HEX #5A860C Olive Drab

📋 copy color: '#5A860C'

red 90 ◦ green 134 ◦ blue 12

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

Shades of Olive Drab #5A860C

Tints of Olive Drab #5A860C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 56.78%

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

R = 38.14%
G = 56.78%
B = 5.08%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#5A860C (or 0x5A860C) is known color: Olive Drab. HEX triplet: 5A, 86 and 0C. RGB value is (90,134,12). Sum of RGB (Red+Green+Blue) = 90+134+12=236 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.14% from 236); Green value is 134 (52.73% from 255 or 56.78% from 236); Blue value is 12 (5.08% from 255 or 5.08% from 236); Max value from RGB is 134 - color contains mainly: green. Hex color #5A860C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A860C is #A579F3. Grayscale: #6B6B6B. Windows color (decimal): -10844660 or 820826. OLE color: 820826.

HSL color Cylindrical-coordinate representation of color #5A860C: hue angle of 81.64º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5A860C is Cyan = 0.33, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB 90 134 12 -
CMYK 0.33 0 0.91 0.47
HSL 81.64º 0.84% 0.29% -
HSV(B) 81.64º 0.91% 0.53% -
XYZ 12.81 19.25 3.39 -
YUV 106.94 74.42 115.92 -
System Red Green Blue C M Y K H S L
Decimal 90 134 12 0.33 0 0.91 0.47 81.64 0.84 0.29
Hex 5A 86 C 21 0 5B 2F 52 54 1D
Octal 132 206 14 41 0 133 57 122 124 35
Binary 1011010 10000110 1100 100001 0 1011011 101111 1010010 1010100 11101

Color Harmonies of #5A860C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A860C

Black with #5A860C

Text Example


Text Example

White with #5A860C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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