Html Css Color HEX #5A850C Olive Drab

📋 copy color: '#5A850C'

red 90 ◦ green 133 ◦ blue 12

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

Shades of Olive Drab #5A850C

Tints of Olive Drab #5A850C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 56.6%

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

R = 38.3%
G = 56.6%
B = 5.11%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#5A850C (or 0x5A850C) is known color: Olive Drab. HEX triplet: 5A, 85 and 0C. RGB value is (90,133,12). Sum of RGB (Red+Green+Blue) = 90+133+12=235 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.30% from 235); Green value is 133 (52.34% from 255 or 56.60% from 235); Blue value is 12 (5.08% from 255 or 5.11% from 235); Max value from RGB is 133 - color contains mainly: green. Hex color #5A850C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A850C is #A57AF3. Grayscale: #6A6A6A. Windows color (decimal): -10844916 or 820570. OLE color: 820570.

HSL color Cylindrical-coordinate representation of color #5A850C: hue angle of 81.32º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5A850C is Cyan = 0.32, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB 90 133 12 -
CMYK 0.32 0 0.91 0.48
HSL 81.32º 0.83% 0.28% -
HSV(B) 81.32º 0.91% 0.52% -
XYZ 12.67 18.98 3.34 -
YUV 106.35 74.75 116.34 -
System Red Green Blue C M Y K H S L
Decimal 90 133 12 0.32 0 0.91 0.48 81.32 0.83 0.28
Hex 5A 85 C 20 0 5B 30 51 53 1C
Octal 132 205 14 40 0 133 60 121 123 34
Binary 1011010 10000101 1100 100000 0 1011011 110000 1010001 1010011 11100

Color Harmonies of #5A850C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A850C

Black with #5A850C

Text Example


Text Example

White with #5A850C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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