#7A950A

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

Shades of Olive #7A950A

Tints of Olive #7A950A

Color information

#7A950A (or 0x7A950A) is unknown color: approx Olive. HEX triplet: 7A, 95 and 0A. RGB value is (122,149,10). Sum of RGB (Red+Green+Blue) = 122+149+10=281 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.42% from 281); Green value is 149 (58.59% from 255 or 53.02% from 281); Blue value is 10 (4.30% from 255 or 3.56% from 281); Max value from RGB is 149 - color contains mainly: green. Hex color #7A950A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A950A is #856AF5. Grayscale: #7D7D7D. Windows color (decimal): -8743670 or 693626. OLE color: 693626.

HSL color Cylindrical-coordinate representation of color #7A950A: hue angle of 71.65º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A950A is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB12214910-
CMYK0.1800.930.42
HSL71.65º87.42%31.18%-
HSV(B)71.65º93.29%58.43%-
XYZ18.8325.654.25-
YUV125.0863.05125.8-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 43.42%
GREEN value IS 149 (58.59% from 255) = 53.02%
BLUE value IS 10 (4.30% from 255) = 3.56%
R=43.42%
G=53.02%
B=3.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal122149100.1800.930.4271.6587.4231.18
Hex7A95A1205D2A48571f
Octal172225122201355211012737
Binary111101010010101101010010010111011010101001000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A950A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,149,10); }

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

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

 a { background-color: rgb(122,149,10); }

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

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

 span { border-color: rgb(122,149,10); }

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