Html Css Color HEX #857900 Olive

📋 copy color: '#857900'

red 133 ◦ green 121 ◦ blue 0

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

Shades of Olive #857900

Tints of Olive #857900

RGB

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

 GREEN value IS 121 (47.66% from 255) = 47.64%

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

R = 52.36%
G = 47.64%
B = 0%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#857900 (or 0x857900) is known color: Olive. HEX triplet: 85, 79 and 00. RGB value is (133,121,0). Sum of RGB (Red+Green+Blue) = 133+121+0=254 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.36% from 254); Green value is 121 (47.66% from 255 or 47.64% from 254); Blue value is 0 (0.39% from 255 or 0% from 254); Max value from RGB is 133 - color contains mainly: red. Hex color #857900 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857900 is #7A86FF. Grayscale: #6F6F6F. Windows color (decimal): -8029952 or 31109. OLE color: 31109.

HSL color Cylindrical-coordinate representation of color #857900: hue angle of 54.59º 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 #857900 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 121 0 -
CMYK 0 0.09 1 0.48
HSL 54.59º 1% 0.26% -
HSV(B) 54.59º 1% 0.52% -
XYZ 16.51 18.66 2.73 -
YUV 110.79 65.48 143.84 -
System Red Green Blue C M Y K H S L
Decimal 133 121 0 0 0.09 1 0.48 54.59 1 0.26
Hex 85 79 0 0 9 64 30 37 64 1A
Octal 205 171 0 0 11 144 60 67 144 32
Binary 10000101 1111001 0 0 1001 1100100 110000 110111 1100100 11010

Color Harmonies of #857900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857900

Black with #857900

Text Example


Text Example

White with #857900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857900; }

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

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

background-color css

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

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

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

border-color css

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

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

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