Html Css Color HEX #859307 Olive

📋 copy color: '#859307'

red 133 ◦ green 147 ◦ blue 7

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

Shades of Olive #859307

Tints of Olive #859307

RGB

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

 GREEN value IS 147 (57.81% from 255) = 51.22%

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

R = 46.34%
G = 51.22%
B = 2.44%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#859307 (or 0x859307) is known color: Olive. HEX triplet: 85, 93 and 07. RGB value is (133,147,7). Sum of RGB (Red+Green+Blue) = 133+147+7=287 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.34% from 287); Green value is 147 (57.81% from 255 or 51.22% from 287); Blue value is 7 (3.12% from 255 or 2.44% from 287); Max value from RGB is 147 - color contains mainly: green. Hex color #859307 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #859307 is #7A6CF8. Grayscale: #7F7F7F. Windows color (decimal): -8023289 or 496517. OLE color: 496517.

HSL color Cylindrical-coordinate representation of color #859307: hue angle of 66º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #859307 is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB 133 147 7 -
CMYK 0.10 0 0.95 0.42
HSL 66º 0.91% 0.3% -
HSV(B) 66º 0.95% 0.58% -
XYZ 20.14 25.87 4.13 -
YUV 126.85 60.36 132.38 -
System Red Green Blue C M Y K H S L
Decimal 133 147 7 0.10 0 0.95 0.42 66 0.91 0.3
Hex 85 93 7 A 0 5F 2A 42 5B 1E
Octal 205 223 7 12 0 137 52 102 133 36
Binary 10000101 10010011 111 1010 0 1011111 101010 1000010 1011011 11110

Color Harmonies of #859307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859307

Black with #859307

Text Example


Text Example

White with #859307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859307; }

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

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

background-color css

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

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

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

border-color css

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

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

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