#7C9102

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

Shades of Olive #7C9102

Tints of Olive #7C9102

Color information

#7C9102 (or 0x7C9102) is unknown color: approx Olive. HEX triplet: 7C, 91 and 02. RGB value is (124,145,2). Sum of RGB (Red+Green+Blue) = 124+145+2=271 (35% of max value = 765). Red value is 124 (48.83% from 255 or 45.76% from 271); Green value is 145 (57.03% from 255 or 53.51% from 271); Blue value is 2 (1.17% from 255 or 0.74% from 271); Max value from RGB is 145 - color contains mainly: green. Hex color #7C9102 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C9102 is #836EFD. Grayscale: #7A7A7A. Windows color (decimal): -8613630 or 168316. OLE color: 168316.

HSL color Cylindrical-coordinate representation of color #7C9102: hue angle of 68.81º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7C9102 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB1241452-
CMYK0.1400.990.43
HSL68.81º97.28%28.82%-
HSV(B)68.81º98.62%56.86%-
XYZ18.4524.543.82-
YUV122.4260.04129.13-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 45.76%
GREEN value IS 145 (57.03% from 255) = 53.51%
BLUE value IS 2 (1.17% from 255) = 0.74%
R=45.76%
G=53.51%
B=0.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal12414520.1400.990.4368.8197.2828.82
Hex7C912E0632B45611d
Octal17422121601435310514135
Binary111110010010001101110011000111010111000101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,145,2); }

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

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

 a { background-color: rgb(124,145,2); }

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

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

 span { border-color: rgb(124,145,2); }

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