#7F890A

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

Shades of Olive #7F890A

Tints of Olive #7F890A

Color information

#7F890A (or 0x7F890A) is unknown color: approx Olive. HEX triplet: 7F, 89 and 0A. RGB value is (127,137,10). Sum of RGB (Red+Green+Blue) = 127+137+10=274 (36% of max value = 765). Red value is 127 (50% from 255 or 46.35% from 274); Green value is 137 (53.91% from 255 or 50% from 274); Blue value is 10 (4.30% from 255 or 3.65% from 274); Max value from RGB is 137 - color contains mainly: green. Hex color #7F890A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F890A is #8076F5. Grayscale: #787878. Windows color (decimal): -8419062 or 690559. OLE color: 690559.

HSL color Cylindrical-coordinate representation of color #7F890A: hue angle of 64.72º 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 #7F890A is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.

Color convert

RGB12713710-
CMYK0.0700.930.46
HSL64.72º86.39%28.82%-
HSV(B)64.72º92.7%53.73%-
XYZ17.7522.433.68-
YUV119.5366.19133.33-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 46.35%
GREEN value IS 137 (53.91% from 255) = 50%
BLUE value IS 10 (4.30% from 255) = 3.65%
R=46.35%
G=50%
B=3.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal127137100.0700.930.4664.7286.3928.82
Hex7F89A705D2E41561d
Octal17721112701355610112635
Binary1111111100010011010111010111011011101000001101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F890A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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