#7C9C0F

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

Shades of Christi #7C9C0F

Tints of Christi #7C9C0F

Color information

#7C9C0F (or 0x7C9C0F) is unknown color: approx Christi. HEX triplet: 7C, 9C and 0F. RGB value is (124,156,15). Sum of RGB (Red+Green+Blue) = 124+156+15=295 (39% of max value = 765). Red value is 124 (48.83% from 255 or 42.03% from 295); Green value is 156 (61.33% from 255 or 52.88% from 295); Blue value is 15 (6.25% from 255 or 5.08% from 295); Max value from RGB is 156 - color contains mainly: green. Hex color #7C9C0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C9C0F is #8363F0. Grayscale: #828282. Windows color (decimal): -8610801 or 1023100. OLE color: 1023100.

HSL color Cylindrical-coordinate representation of color #7C9C0F: hue angle of 73.62º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7C9C0F is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB12415615-
CMYK0.2100.900.39
HSL73.62º82.46%33.53%-
HSV(B)73.62º90.38%61.18%-
XYZ20.2928.14.81-
YUV130.3662.9123.46-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 42.03%
GREEN value IS 156 (61.33% from 255) = 52.88%
BLUE value IS 15 (6.25% from 255) = 5.08%
R=42.03%
G=52.88%
B=5.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal124156150.2100.900.3973.6282.4633.53
Hex7C9CF1505A274a5222
Octal174234172501324711212242
Binary1111100100111001111101010101101010011110010101010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,156,15); }

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

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

 a { background-color: rgb(124,156,15); }

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

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

 span { border-color: rgb(124,156,15); }

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