#7B870C

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

Shades of Olive #7B870C

Tints of Olive #7B870C

Color information

#7B870C (or 0x7B870C) is unknown color: approx Olive. HEX triplet: 7B, 87 and 0C. RGB value is (123,135,12). Sum of RGB (Red+Green+Blue) = 123+135+12=270 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.56% from 270); Green value is 135 (53.12% from 255 or 50% from 270); Blue value is 12 (5.08% from 255 or 4.44% from 270); Max value from RGB is 135 - color contains mainly: green. Hex color #7B870C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B870C is #8478F3. Grayscale: #757575. Windows color (decimal): -8681716 or 821115. OLE color: 821115.

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

Color convert

RGB12313512-
CMYK0.0900.910.47
HSL65.85º83.67%28.82%-
HSV(B)65.85º91.11%52.94%-
XYZ16.921.573.62-
YUV117.3968.52132-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 45.56%
GREEN value IS 135 (53.12% from 255) = 50%
BLUE value IS 12 (5.08% from 255) = 4.44%
R=45.56%
G=50%
B=4.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal123135120.0900.910.4765.8583.6728.82
Hex7B87C905B2F42541d
Octal173207141101335710212435
Binary11110111000011111001001010110111011111000010101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B870C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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