Html Css Color HEX #858A0E Olive

📋 copy color: '#858A0E'

red 133 ◦ green 138 ◦ blue 14

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

Shades of Olive #858A0E

Tints of Olive #858A0E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 48.42%

 BLUE value IS 14 (5.86% from 255) = 4.91%

R = 46.67%
G = 48.42%
B = 4.91%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.90

 K value IS 0.46

RGB Variations

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

Color information

#858A0E (or 0x858A0E) is known color: Olive. HEX triplet: 85, 8A and 0E. RGB value is (133,138,14). Sum of RGB (Red+Green+Blue) = 133+138+14=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 138 (54.30% from 255 or 48.42% from 285); Blue value is 14 (5.86% from 255 or 4.91% from 285); Max value from RGB is 138 - color contains mainly: green. Hex color #858A0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858A0E is #7A75F1. Grayscale: #7A7A7A. Windows color (decimal): -8025586 or 952965. OLE color: 952965.

HSL color Cylindrical-coordinate representation of color #858A0E: hue angle of 62.42º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #858A0E is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.46.

Color convert

RGB 133 138 14 -
CMYK 0.04 0 0.90 0.46
HSL 62.42º 0.82% 0.3% -
HSV(B) 62.42º 0.9% 0.54% -
XYZ 18.84 23.2 3.9 -
YUV 122.37 66.84 135.58 -
System Red Green Blue C M Y K H S L
Decimal 133 138 14 0.04 0 0.90 0.46 62.42 0.82 0.3
Hex 85 8A E 4 0 5A 2E 3E 52 1E
Octal 205 212 16 4 0 132 56 76 122 36
Binary 10000101 10001010 1110 100 0 1011010 101110 111110 1010010 11110

Color Harmonies of #858A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858A0E

Black with #858A0E

Text Example


Text Example

White with #858A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858A0E; }

 p { color: rgb(133,138,14); }

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

background-color css

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

 a { background-color: rgb(133,138,14); }

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

border-color css

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

 span { border-color: rgb(133,138,14); }

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