Html Css Color HEX #856E02 Olive

📋 copy color: '#856E02'

red 133 ◦ green 110 ◦ blue 2

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

Shades of Olive #856E02

Tints of Olive #856E02

RGB

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

 GREEN value IS 110 (43.36% from 255) = 44.9%

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

R = 54.29%
G = 44.9%
B = 0.82%

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

#856E02 (or 0x856E02) is known color: Olive. HEX triplet: 85, 6E and 02. RGB value is (133,110,2). Sum of RGB (Red+Green+Blue) = 133+110+2=245 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.29% from 245); Green value is 110 (43.36% from 255 or 44.90% from 245); Blue value is 2 (1.17% from 255 or 0.82% from 245); Max value from RGB is 133 - color contains mainly: red. Hex color #856E02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856E02 is #7A91FD. Grayscale: #696969. Windows color (decimal): -8032766 or 159365. OLE color: 159365.

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

Color convert

RGB 133 110 2 -
CMYK 0 0.17 0.98 0.48
HSL 49.47º 0.97% 0.26% -
HSV(B) 49.47º 0.98% 0.52% -
XYZ 15.26 16.14 2.37 -
YUV 104.57 70.12 148.28 -
System Red Green Blue C M Y K H S L
Decimal 133 110 2 0 0.17 0.98 0.48 49.47 0.97 0.26
Hex 85 6E 2 0 11 62 30 31 61 1A
Octal 205 156 2 0 21 142 60 61 141 32
Binary 10000101 1101110 10 0 10001 1100010 110000 110001 1100001 11010

Color Harmonies of #856E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856E02

Black with #856E02

Text Example


Text Example

White with #856E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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