#7B870E

Color #7B870E Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #7B870E

Tints of Olive #7B870E

Color information

#7B870E (or 0x7B870E) is unknown color: approx Olive. HEX triplet: 7B, 87 and 0E. RGB value is (123,135,14). Sum of RGB (Red+Green+Blue) = 123+135+14=272 (36% of max value = 765). Red value is 123 (48.44% from 255 or 45.22% from 272); Green value is 135 (53.12% from 255 or 49.63% from 272); Blue value is 14 (5.86% from 255 or 5.15% from 272); Max value from RGB is 135 - color contains mainly: green. Hex color #7B870E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B870E is #8478F1. Grayscale: #767676. Windows color (decimal): -8681714 or 952187. OLE color: 952187.

HSL color Cylindrical-coordinate representation of color #7B870E: hue angle of 65.95º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7B870E is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB12313514-
CMYK0.0900.900.47
HSL65.95º81.21%29.22%-
HSV(B)65.95º89.63%52.94%-
XYZ16.9121.573.69-
YUV117.6269.52131.84-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 45.22%
GREEN value IS 135 (53.12% from 255) = 49.63%
BLUE value IS 14 (5.86% from 255) = 5.15%
R=45.22%
G=49.63%
B=5.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal123135140.0900.900.4765.9581.2129.22
Hex7B87E905A2F42511d
Octal173207161101325710212135
Binary11110111000011111101001010110101011111000010101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B870E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B870E; }

 p { color: rgb(123,135,14); }

 H1.HeaderClassName
 {
   color: #7B870E;
 }
 .AnyTagClassName
 {
   color: #7B870E;
 }
</style>
background-color css

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

 a { background-color: rgb(123,135,14); }

 div.DivClassName
 {
   background-color: #7B870E;
 }
 .BgClassName
 {
   background-color: #7B870E;
 }
</style>
border-color css

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

 span { border-color: rgb(123,135,14); }

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