#7C9816

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

Shades of Citron #7C9816

Tints of Citron #7C9816

Color information

#7C9816 (or 0x7C9816) is unknown color: approx Citron. HEX triplet: 7C, 98 and 16. RGB value is (124,152,22). Sum of RGB (Red+Green+Blue) = 124+152+22=298 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.61% from 298); Green value is 152 (59.77% from 255 or 51.01% from 298); Blue value is 22 (8.98% from 255 or 7.38% from 298); Max value from RGB is 152 - color contains mainly: green. Hex color #7C9816 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C9816 is #8367E9. Grayscale: #818181. Windows color (decimal): -8611818 or 1480828. OLE color: 1480828.

HSL color Cylindrical-coordinate representation of color #7C9816: hue angle of 72.92º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7C9816 is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB12415222-
CMYK0.1800.860.40
HSL72.92º74.71%34.12%-
HSV(B)72.92º85.53%59.61%-
XYZ19.6926.84.89-
YUV128.8167.72124.57-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.61%
GREEN value IS 152 (59.77% from 255) = 51.01%
BLUE value IS 22 (8.98% from 255) = 7.38%
R=41.61%
G=51.01%
B=7.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal124152220.1800.860.4072.9274.7134.12
Hex7C98161205628494b22
Octal174230262201265011111342
Binary11111001001100010110100100101011010100010010011001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,152,22); }

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

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

 a { background-color: rgb(124,152,22); }

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

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

 span { border-color: rgb(124,152,22); }

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