Html Css Color HEX #60850B Olive Drab

📋 copy color: '#60850B'

red 96 ◦ green 133 ◦ blue 11

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

Shades of Olive Drab #60850B

Tints of Olive Drab #60850B

RGB

 RED value IS 96 (37.89% from 255) = 40%

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

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

R = 40%
G = 55.42%
B = 4.58%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#60850B (or 0x60850B) is known color: Olive Drab. HEX triplet: 60, 85 and 0B. RGB value is (96,133,11). Sum of RGB (Red+Green+Blue) = 96+133+11=240 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40% from 240); Green value is 133 (52.34% from 255 or 55.42% from 240); Blue value is 11 (4.69% from 255 or 4.58% from 240); Max value from RGB is 133 - color contains mainly: green. Hex color #60850B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #60850B is #9F7AF4. Grayscale: #6C6C6C. Windows color (decimal): -10451701 or 755040. OLE color: 755040.

HSL color Cylindrical-coordinate representation of color #60850B: hue angle of 78.2º 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 #60850B is Cyan = 0.28, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB 96 133 11 -
CMYK 0.28 0 0.92 0.48
HSL 78.2º 0.85% 0.28% -
HSV(B) 78.2º 0.92% 0.52% -
XYZ 13.27 19.29 3.34 -
YUV 108.03 73.24 119.42 -
System Red Green Blue C M Y K H S L
Decimal 96 133 11 0.28 0 0.92 0.48 78.2 0.85 0.28
Hex 60 85 B 1C 0 5C 30 4E 55 1C
Octal 140 205 13 34 0 134 60 116 125 34
Binary 1100000 10000101 1011 11100 0 1011100 110000 1001110 1010101 11100

Color Harmonies of #60850B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60850B

Black with #60850B

Text Example


Text Example

White with #60850B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60850B; }

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

 H1.HeaderClassName
 {
   color: #60850B;
 }
 .AnyTagClassName
 {
   color: #60850B;
 }
</style>

background-color css

<style>
 a { background-color: #60850B; }

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

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

border-color css

<style>
 span { border-color: #60850B; }

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

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