Html Css Color HEX #858007 Olive

📋 copy color: '#858007'

red 133 ◦ green 128 ◦ blue 7

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

Shades of Olive #858007

Tints of Olive #858007

RGB

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

 GREEN value IS 128 (50.39% from 255) = 47.76%

 BLUE value IS 7 (3.13% from 255) = 2.61%

R = 49.63%
G = 47.76%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#858007 (or 0x858007) is known color: Olive. HEX triplet: 85, 80 and 07. RGB value is (133,128,7). Sum of RGB (Red+Green+Blue) = 133+128+7=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 128 (50.39% from 255 or 47.76% from 268); Blue value is 7 (3.12% from 255 or 2.61% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #858007 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858007 is #7A7FF8. Grayscale: #747474. Windows color (decimal): -8028153 or 491653. OLE color: 491653.

HSL color Cylindrical-coordinate representation of color #858007: hue angle of 57.62º degrees, saturation: 0.9, 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 #858007 is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 128 7 -
CMYK 0 0.04 0.95 0.48
HSL 57.62º 0.9% 0.27% -
HSV(B) 57.62º 0.95% 0.52% -
XYZ 17.43 20.44 3.23 -
YUV 115.7 66.66 140.34 -
System Red Green Blue C M Y K H S L
Decimal 133 128 7 0 0.04 0.95 0.48 57.62 0.9 0.27
Hex 85 80 7 0 4 5F 30 3A 5A 1B
Octal 205 200 7 0 4 137 60 72 132 33
Binary 10000101 10000000 111 0 100 1011111 110000 111010 1011010 11011

Color Harmonies of #858007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858007

Black with #858007

Text Example


Text Example

White with #858007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858007; }

 p { color: rgb(133,128,7); }

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

background-color css

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

 a { background-color: rgb(133,128,7); }

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

border-color css

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

 span { border-color: rgb(133,128,7); }

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