#7D9420

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

Shades of Citron #7D9420

Tints of Citron #7D9420

Color information

#7D9420 (or 0x7D9420) is unknown color: approx Citron. HEX triplet: 7D, 94 and 20. RGB value is (125,148,32). Sum of RGB (Red+Green+Blue) = 125+148+32=305 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.98% from 305); Green value is 148 (58.20% from 255 or 48.52% from 305); Blue value is 32 (12.89% from 255 or 10.49% from 305); Max value from RGB is 148 - color contains mainly: green. Hex color #7D9420 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9420 is #826BDF. Grayscale: #808080. Windows color (decimal): -8547296 or 2135165. OLE color: 2135165.

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

Color convert

RGB12514832-
CMYK0.1600.780.42
HSL71.9º64.44%35.29%-
HSV(B)71.9º78.38%58.04%-
XYZ19.3125.645.3-
YUV127.973.88125.93-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 40.98%
GREEN value IS 148 (58.20% from 255) = 48.52%
BLUE value IS 32 (12.89% from 255) = 10.49%
R=40.98%
G=48.52%
B=10.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal125148320.1600.780.4271.964.4435.29
Hex7D94201004E2A484023
Octal175224402001165211010043
Binary111110110010100100000100000100111010101010010001000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,148,32); }

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

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

 a { background-color: rgb(125,148,32); }

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

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

 span { border-color: rgb(125,148,32); }

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