#7D9512

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

Shades of Citron #7D9512

Tints of Citron #7D9512

Color information

#7D9512 (or 0x7D9512) is unknown color: approx Citron. HEX triplet: 7D, 95 and 12. RGB value is (125,149,18). Sum of RGB (Red+Green+Blue) = 125+149+18=292 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.81% from 292); Green value is 149 (58.59% from 255 or 51.03% from 292); Blue value is 18 (7.42% from 255 or 6.16% from 292); Max value from RGB is 149 - color contains mainly: green. Hex color #7D9512 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D9512 is #826AED. Grayscale: #7F7F7F. Windows color (decimal): -8547054 or 1217917. OLE color: 1217917.

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

Color convert

RGB12514918-
CMYK0.1600.880.42
HSL70.99º78.44%32.75%-
HSV(B)70.99º87.92%58.43%-
XYZ19.3125.94.55-
YUV126.8966.55126.65-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 42.81%
GREEN value IS 149 (58.59% from 255) = 51.03%
BLUE value IS 18 (7.42% from 255) = 6.16%
R=42.81%
G=51.03%
B=6.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal125149180.1600.880.4270.9978.4432.75
Hex7D9512100582A474e21
Octal175225222001305210711641
Binary11111011001010110010100000101100010101010001111001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,149,18); }

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

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

 a { background-color: rgb(125,149,18); }

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

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

 span { border-color: rgb(125,149,18); }

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