#7A840D

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

Shades of Olive #7A840D

Tints of Olive #7A840D

Color information

#7A840D (or 0x7A840D) is unknown color: approx Olive. HEX triplet: 7A, 84 and 0D. RGB value is (122,132,13). Sum of RGB (Red+Green+Blue) = 122+132+13=267 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.69% from 267); Green value is 132 (51.95% from 255 or 49.44% from 267); Blue value is 13 (5.47% from 255 or 4.87% from 267); Max value from RGB is 132 - color contains mainly: green. Hex color #7A840D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A840D is #857BF2. Grayscale: #737373. Windows color (decimal): -8748019 or 885882. OLE color: 885882.

HSL color Cylindrical-coordinate representation of color #7A840D: hue angle of 65.04º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7A840D is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB12213213-
CMYK0.0800.900.48
HSL65.04º82.07%28.43%-
HSV(B)65.04º90.15%51.76%-
XYZ16.3520.673.51-
YUV115.4470.19132.68-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 45.69%
GREEN value IS 132 (51.95% from 255) = 49.44%
BLUE value IS 13 (5.47% from 255) = 4.87%
R=45.69%
G=49.44%
B=4.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal122132130.0800.900.4865.0482.0728.43
Hex7A84D805A3041521c
Octal172204151001326010112234
Binary11110101000010011011000010110101100001000001101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A840D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,132,13); }

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

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

 a { background-color: rgb(122,132,13); }

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

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

 span { border-color: rgb(122,132,13); }

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