Html Css Color HEX #856F05 Olive

📋 copy color: '#856F05'

red 133 ◦ green 111 ◦ blue 5

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

Shades of Olive #856F05

Tints of Olive #856F05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.01%

R = 53.41%
G = 44.58%
B = 2.01%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.96

 K value IS 0.48

RGB Variations

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

Color information

#856F05 (or 0x856F05) is known color: Olive. HEX triplet: 85, 6F and 05. RGB value is (133,111,5). Sum of RGB (Red+Green+Blue) = 133+111+5=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 111 (43.75% from 255 or 44.58% from 249); Blue value is 5 (2.34% from 255 or 2.01% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #856F05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856F05 is #7A90FA. Grayscale: #696969. Windows color (decimal): -8032507 or 356229. OLE color: 356229.

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

Color convert

RGB 133 111 5 -
CMYK 0 0.17 0.96 0.48
HSL 49.69º 0.93% 0.27% -
HSV(B) 49.69º 0.96% 0.52% -
XYZ 15.38 16.37 2.49 -
YUV 105.49 71.29 147.62 -
System Red Green Blue C M Y K H S L
Decimal 133 111 5 0 0.17 0.96 0.48 49.69 0.93 0.27
Hex 85 6F 5 0 11 60 30 32 5D 1B
Octal 205 157 5 0 21 140 60 62 135 33
Binary 10000101 1101111 101 0 10001 1100000 110000 110010 1011101 11011

Color Harmonies of #856F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856F05

Black with #856F05

Text Example


Text Example

White with #856F05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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