#7C9306

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

Shades of Olive #7C9306

Tints of Olive #7C9306

Color information

#7C9306 (or 0x7C9306) is unknown color: approx Olive. HEX triplet: 7C, 93 and 06. RGB value is (124,147,6). Sum of RGB (Red+Green+Blue) = 124+147+6=277 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.77% from 277); Green value is 147 (57.81% from 255 or 53.07% from 277); Blue value is 6 (2.73% from 255 or 2.17% from 277); Max value from RGB is 147 - color contains mainly: green. Hex color #7C9306 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C9306 is #836CF9. Grayscale: #7C7C7C. Windows color (decimal): -8613114 or 430972. OLE color: 430972.

HSL color Cylindrical-coordinate representation of color #7C9306: hue angle of 69.79º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7C9306 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB1241476-
CMYK0.1600.960.42
HSL69.79º92.16%30%-
HSV(B)69.79º95.92%57.65%-
XYZ18.7825.174.04-
YUV124.0561.38127.96-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 44.77%
GREEN value IS 147 (57.81% from 255) = 53.07%
BLUE value IS 6 (2.73% from 255) = 2.17%
R=44.77%
G=53.07%
B=2.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12414760.1600.960.4269.7992.1630
Hex7C936100602A465c1e
Octal17422362001405210613436
Binary11111001001001111010000011000001010101000110101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,147,6); }

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

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

 a { background-color: rgb(124,147,6); }

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

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

 span { border-color: rgb(124,147,6); }

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