Html Css Color HEX #857A06 Olive

📋 copy color: '#857A06'

red 133 ◦ green 122 ◦ blue 6

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

Shades of Olive #857A06

Tints of Olive #857A06

RGB

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

 GREEN value IS 122 (48.05% from 255) = 46.74%

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

R = 50.96%
G = 46.74%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#857A06 (or 0x857A06) is known color: Olive. HEX triplet: 85, 7A and 06. RGB value is (133,122,6). Sum of RGB (Red+Green+Blue) = 133+122+6=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 122 (48.05% from 255 or 46.74% from 261); Blue value is 6 (2.73% from 255 or 2.30% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #857A06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857A06 is #7A85F9. Grayscale: #707070. Windows color (decimal): -8029690 or 424581. OLE color: 424581.

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

Color convert

RGB 133 122 6 -
CMYK 0 0.08 0.95 0.48
HSL 54.8º 0.91% 0.27% -
HSV(B) 54.8º 0.95% 0.52% -
XYZ 16.67 18.92 2.95 -
YUV 112.07 68.14 142.93 -
System Red Green Blue C M Y K H S L
Decimal 133 122 6 0 0.08 0.95 0.48 54.8 0.91 0.27
Hex 85 7A 6 0 8 5F 30 37 5B 1B
Octal 205 172 6 0 10 137 60 67 133 33
Binary 10000101 1111010 110 0 1000 1011111 110000 110111 1011011 11011

Color Harmonies of #857A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857A06

Black with #857A06

Text Example


Text Example

White with #857A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857A06; }

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

 H1.HeaderClassName
 {
   color: #857A06;
 }
 .AnyTagClassName
 {
   color: #857A06;
 }
</style>

background-color css

<style>
 a { background-color: #857A06; }

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

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

border-color css

<style>
 span { border-color: #857A06; }

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

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