Html Css Color HEX #856F06 Olive

📋 copy color: '#856F06'

red 133 ◦ green 111 ◦ blue 6

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

Shades of Olive #856F06

Tints of Olive #856F06

RGB

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

 GREEN value IS 111 (43.75% from 255) = 44.4%

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

R = 53.2%
G = 44.4%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#856F06 (or 0x856F06) is known color: Olive. HEX triplet: 85, 6F and 06. RGB value is (133,111,6). Sum of RGB (Red+Green+Blue) = 133+111+6=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 111 (43.75% from 255 or 44.4% from 250); Blue value is 6 (2.73% from 255 or 2.4% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #856F06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856F06 is #7A90F9. Grayscale: #6A6A6A. Windows color (decimal): -8032506 or 421765. OLE color: 421765.

HSL color Cylindrical-coordinate representation of color #856F06: hue angle of 49.61º 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 #856F06 is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 111 6 -
CMYK 0 0.17 0.95 0.48
HSL 49.61º 0.91% 0.27% -
HSV(B) 49.61º 0.95% 0.52% -
XYZ 15.39 16.37 2.52 -
YUV 105.61 71.79 147.54 -
System Red Green Blue C M Y K H S L
Decimal 133 111 6 0 0.17 0.95 0.48 49.61 0.91 0.27
Hex 85 6F 6 0 11 5F 30 32 5B 1B
Octal 205 157 6 0 21 137 60 62 133 33
Binary 10000101 1101111 110 0 10001 1011111 110000 110010 1011011 11011

Color Harmonies of #856F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856F06

Black with #856F06

Text Example


Text Example

White with #856F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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