Html Css Color HEX #858612 Olive

📋 copy color: '#858612'

red 133 ◦ green 134 ◦ blue 18

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

Shades of Olive #858612

Tints of Olive #858612

RGB

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

 GREEN value IS 134 (52.73% from 255) = 47.02%

 BLUE value IS 18 (7.42% from 255) = 6.32%

R = 46.67%
G = 47.02%
B = 6.32%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#858612 (or 0x858612) is known color: Olive. HEX triplet: 85, 86 and 12. RGB value is (133,134,18). Sum of RGB (Red+Green+Blue) = 133+134+18=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 134 (52.73% from 255 or 47.02% from 285); Blue value is 18 (7.42% from 255 or 6.32% from 285); Max value from RGB is 134 - color contains mainly: green. Hex color #858612 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858612 is #7A79ED. Grayscale: #787878. Windows color (decimal): -8026606 or 1214085. OLE color: 1214085.

HSL color Cylindrical-coordinate representation of color #858612: hue angle of 60.52º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #858612 is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB 133 134 18 -
CMYK 0.01 0 0.87 0.47
HSL 60.52º 0.76% 0.3% -
HSV(B) 60.52º 0.87% 0.53% -
XYZ 18.31 22.08 3.87 -
YUV 120.48 70.17 136.93 -
System Red Green Blue C M Y K H S L
Decimal 133 134 18 0.01 0 0.87 0.47 60.52 0.76 0.3
Hex 85 86 12 1 0 57 2F 3D 4C 1E
Octal 205 206 22 1 0 127 57 75 114 36
Binary 10000101 10000110 10010 1 0 1010111 101111 111101 1001100 11110

Color Harmonies of #858612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858612

Black with #858612

Text Example


Text Example

White with #858612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858612; }

 p { color: rgb(133,134,18); }

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

background-color css

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

 a { background-color: rgb(133,134,18); }

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

border-color css

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

 span { border-color: rgb(133,134,18); }

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