Html Css Color HEX #856F02 Olive

📋 copy color: '#856F02'

red 133 ◦ green 111 ◦ blue 2

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

Shades of Olive #856F02

Tints of Olive #856F02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.81%

R = 54.07%
G = 45.12%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#856F02 (or 0x856F02) is known color: Olive. HEX triplet: 85, 6F and 02. RGB value is (133,111,2). Sum of RGB (Red+Green+Blue) = 133+111+2=246 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.07% from 246); Green value is 111 (43.75% from 255 or 45.12% from 246); Blue value is 2 (1.17% from 255 or 0.81% from 246); Max value from RGB is 133 - color contains mainly: red. Hex color #856F02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856F02 is #7A90FD. Grayscale: #696969. Windows color (decimal): -8032510 or 159621. OLE color: 159621.

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

Color convert

RGB 133 111 2 -
CMYK 0 0.17 0.98 0.48
HSL 49.92º 0.97% 0.26% -
HSV(B) 49.92º 0.98% 0.52% -
XYZ 15.37 16.36 2.41 -
YUV 105.15 69.79 147.86 -
System Red Green Blue C M Y K H S L
Decimal 133 111 2 0 0.17 0.98 0.48 49.92 0.97 0.26
Hex 85 6F 2 0 11 62 30 32 61 1A
Octal 205 157 2 0 21 142 60 62 141 32
Binary 10000101 1101111 10 0 10001 1100010 110000 110010 1100001 11010

Color Harmonies of #856F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856F02

Black with #856F02

Text Example


Text Example

White with #856F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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