Html Css Color HEX #857A00 Olive

📋 copy color: '#857A00'

red 133 ◦ green 122 ◦ blue 0

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

Shades of Olive #857A00

Tints of Olive #857A00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.16%
G = 47.84%
B = 0%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#857A00 (or 0x857A00) is known color: Olive. HEX triplet: 85, 7A and 00. RGB value is (133,122,0). Sum of RGB (Red+Green+Blue) = 133+122+0=255 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.16% from 255); Green value is 122 (48.05% from 255 or 47.84% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 133 - color contains mainly: red. Hex color #857A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857A00 is #7A85FF. Grayscale: #6F6F6F. Windows color (decimal): -8029696 or 31365. OLE color: 31365.

HSL color Cylindrical-coordinate representation of color #857A00: hue angle of 55.04º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #857A00 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 122 0 -
CMYK 0 0.08 1 0.48
HSL 55.04º 1% 0.26% -
HSV(B) 55.04º 1% 0.52% -
XYZ 16.63 18.91 2.77 -
YUV 111.38 65.14 143.42 -
System Red Green Blue C M Y K H S L
Decimal 133 122 0 0 0.08 1 0.48 55.04 1 0.26
Hex 85 7A 0 0 8 64 30 37 64 1A
Octal 205 172 0 0 10 144 60 67 144 32
Binary 10000101 1111010 0 0 1000 1100100 110000 110111 1100100 11010

Color Harmonies of #857A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857A00

Black with #857A00

Text Example


Text Example

White with #857A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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