Html Css Color HEX #856D06 Olive

📋 copy color: '#856D06'

red 133 ◦ green 109 ◦ blue 6

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

Shades of Olive #856D06

Tints of Olive #856D06

RGB

 RED value IS 133 (52.34% from 255) = 53.63%

 GREEN value IS 109 (42.97% from 255) = 43.95%

 BLUE value IS 6 (2.73% from 255) = 2.42%

R = 53.63%
G = 43.95%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#856D06 (or 0x856D06) is known color: Olive. HEX triplet: 85, 6D and 06. RGB value is (133,109,6). Sum of RGB (Red+Green+Blue) = 133+109+6=248 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.63% from 248); Green value is 109 (42.97% from 255 or 43.95% from 248); Blue value is 6 (2.73% from 255 or 2.42% from 248); Max value from RGB is 133 - color contains mainly: red. Hex color #856D06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856D06 is #7A92F9. Grayscale: #686868. Windows color (decimal): -8033018 or 421253. OLE color: 421253.

HSL color Cylindrical-coordinate representation of color #856D06: hue angle of 48.66º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #856D06 is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 109 6 -
CMYK 0 0.18 0.95 0.48
HSL 48.66º 0.91% 0.27% -
HSV(B) 48.66º 0.95% 0.52% -
XYZ 15.17 15.94 2.45 -
YUV 104.43 72.45 148.38 -
System Red Green Blue C M Y K H S L
Decimal 133 109 6 0 0.18 0.95 0.48 48.66 0.91 0.27
Hex 85 6D 6 0 12 5F 30 31 5B 1B
Octal 205 155 6 0 22 137 60 61 133 33
Binary 10000101 1101101 110 0 10010 1011111 110000 110001 1011011 11011

Color Harmonies of #856D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856D06

Black with #856D06

Text Example


Text Example

White with #856D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856D06; }

 p { color: rgb(133,109,6); }

 H1.HeaderClassName
 {
   color: #856D06;
 }
 .AnyTagClassName
 {
   color: #856D06;
 }
</style>

background-color css

<style>
 a { background-color: #856D06; }

 a { background-color: rgb(133,109,6); }

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

border-color css

<style>
 span { border-color: #856D06; }

 span { border-color: rgb(133,109,6); }

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