#7C9612

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

Shades of Citron #7C9612

Tints of Citron #7C9612

Color information

#7C9612 (or 0x7C9612) is unknown color: approx Citron. HEX triplet: 7C, 96 and 12. RGB value is (124,150,18). Sum of RGB (Red+Green+Blue) = 124+150+18=292 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.47% from 292); Green value is 150 (58.98% from 255 or 51.37% from 292); Blue value is 18 (7.42% from 255 or 6.16% from 292); Max value from RGB is 150 - color contains mainly: green. Hex color #7C9612 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C9612 is #8369ED. Grayscale: #7F7F7F. Windows color (decimal): -8612334 or 1218172. OLE color: 1218172.

HSL color Cylindrical-coordinate representation of color #7C9612: hue angle of 71.82º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7C9612 is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB12415018-
CMYK0.1700.880.41
HSL71.82º78.57%32.94%-
HSV(B)71.82º88%58.82%-
XYZ19.3326.144.6-
YUV127.1866.39125.73-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 42.47%
GREEN value IS 150 (58.98% from 255) = 51.37%
BLUE value IS 18 (7.42% from 255) = 6.16%
R=42.47%
G=51.37%
B=6.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal124150180.1700.880.4171.8278.5732.94
Hex7C96121105829484f21
Octal174226222101305111011741
Binary11111001001011010010100010101100010100110010001001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,150,18); }

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

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

 a { background-color: rgb(124,150,18); }

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

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

 span { border-color: rgb(124,150,18); }

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