#7a800c

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

Shades of Olive #7A800C

Tints of Olive #7A800C

Color information

#7A800C (or 0x7A800C) is unknown color: approx Olive. HEX triplet: 7A, 80 and 0C. RGB value is (122,128,12). Sum of RGB (Red+Green+Blue) = 122+128+12=262 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.56% from 262); Green value is 128 (50.39% from 255 or 48.85% from 262); Blue value is 12 (5.08% from 255 or 4.58% from 262); Max value from RGB is 128 - color contains mainly: green. Hex color #7A800C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A800C is #857FF3. Grayscale: #717171. Windows color (decimal): -8749044 or 819322. OLE color: 819322.

HSL color Cylindrical-coordinate representation of color #7A800C: hue angle of 63.1º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7A800C is Cyan = 0.05, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB12212812-
CMYK0.0500.910.50
HSL63.1º82.86%27.45%-
HSV(B)63.1º90.62%50.2%-
XYZ15.8119.63.3-
YUV112.9871.01134.43-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 46.56%
GREEN value IS 128 (50.39% from 255) = 48.85%
BLUE value IS 12 (5.08% from 255) = 4.58%
R=46.56%
G=48.85%
B=4.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal122128120.0500.910.5063.182.8627.45
Hex7A80C505B323f531b
Octal1722001450133627712333
Binary111101010000000110010101011011110010111111101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7a800c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,128,12); }

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

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

 a { background-color: rgb(122,128,12); }

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

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

 span { border-color: rgb(122,128,12); }

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