Html Css Color HEX #5D850B Olive Drab

📋 copy color: '#5D850B'

red 93 ◦ green 133 ◦ blue 11

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

Shades of Olive Drab #5D850B

Tints of Olive Drab #5D850B

RGB

 RED value IS 93 (36.72% from 255) = 39.24%

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

 BLUE value IS 11 (4.69% from 255) = 4.64%

R = 39.24%
G = 56.12%
B = 4.64%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#5D850B (or 0x5D850B) is known color: Olive Drab. HEX triplet: 5D, 85 and 0B. RGB value is (93,133,11). Sum of RGB (Red+Green+Blue) = 93+133+11=237 (31% of max value = 765). Red value is 93 (36.72% from 255 or 39.24% from 237); Green value is 133 (52.34% from 255 or 56.12% from 237); Blue value is 11 (4.69% from 255 or 4.64% from 237); Max value from RGB is 133 - color contains mainly: green. Hex color #5D850B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D850B is #A27AF4. Grayscale: #6B6B6B. Windows color (decimal): -10648309 or 755037. OLE color: 755037.

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

Color convert

RGB 93 133 11 -
CMYK 0.30 0 0.92 0.48
HSL 79.67º 0.85% 0.28% -
HSV(B) 79.67º 0.92% 0.52% -
XYZ 12.96 19.13 3.33 -
YUV 107.13 73.75 117.92 -
System Red Green Blue C M Y K H S L
Decimal 93 133 11 0.30 0 0.92 0.48 79.67 0.85 0.28
Hex 5D 85 B 1E 0 5C 30 50 55 1C
Octal 135 205 13 36 0 134 60 120 125 34
Binary 1011101 10000101 1011 11110 0 1011100 110000 1010000 1010101 11100

Color Harmonies of #5D850B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D850B

Black with #5D850B

Text Example


Text Example

White with #5D850B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,133,11); }

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

background-color css

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

 a { background-color: rgb(93,133,11); }

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

border-color css

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

 span { border-color: rgb(93,133,11); }

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