#7C890A

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

Shades of Olive #7C890A

Tints of Olive #7C890A

Color information

#7C890A (or 0x7C890A) is unknown color: approx Olive. HEX triplet: 7C, 89 and 0A. RGB value is (124,137,10). Sum of RGB (Red+Green+Blue) = 124+137+10=271 (35% of max value = 765). Red value is 124 (48.83% from 255 or 45.76% from 271); Green value is 137 (53.91% from 255 or 50.55% from 271); Blue value is 10 (4.30% from 255 or 3.69% from 271); Max value from RGB is 137 - color contains mainly: green. Hex color #7C890A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C890A is #8376F5. Grayscale: #777777. Windows color (decimal): -8615670 or 690556. OLE color: 690556.

HSL color Cylindrical-coordinate representation of color #7C890A: hue angle of 66.14º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7C890A is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.

Color convert

RGB12413710-
CMYK0.0900.930.46
HSL66.14º86.39%28.82%-
HSV(B)66.14º92.7%53.73%-
XYZ17.3122.23.66-
YUV118.6466.69131.83-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 45.76%
GREEN value IS 137 (53.91% from 255) = 50.55%
BLUE value IS 10 (4.30% from 255) = 3.69%
R=45.76%
G=50.55%
B=3.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal124137100.0900.930.4666.1486.3928.82
Hex7C89A905D2E42561d
Octal174211121101355610212635
Binary11111001000100110101001010111011011101000010101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C890A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,137,10); }

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

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

 a { background-color: rgb(124,137,10); }

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

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

 span { border-color: rgb(124,137,10); }

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