#7D961F

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

Shades of Citron #7D961F

Tints of Citron #7D961F

Color information

#7D961F (or 0x7D961F) is unknown color: approx Citron. HEX triplet: 7D, 96 and 1F. RGB value is (125,150,31). Sum of RGB (Red+Green+Blue) = 125+150+31=306 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.85% from 306); Green value is 150 (58.98% from 255 or 49.02% from 306); Blue value is 31 (12.5% from 255 or 10.13% from 306); Max value from RGB is 150 - color contains mainly: green. Hex color #7D961F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D961F is #8269E0. Grayscale: #818181. Windows color (decimal): -8546785 or 2070141. OLE color: 2070141.

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

Color convert

RGB12515031-
CMYK0.1700.790.41
HSL72.61º65.75%35.49%-
HSV(B)72.61º79.33%58.82%-
XYZ19.6126.275.33-
YUV128.9672.72125.18-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 40.85%
GREEN value IS 150 (58.98% from 255) = 49.02%
BLUE value IS 31 (12.5% from 255) = 10.13%
R=40.85%
G=49.02%
B=10.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal125150310.1700.790.4172.6165.7535.49
Hex7D961F1104F29494223
Octal175226372101175111110243
Binary11111011001011011111100010100111110100110010011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D961F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,150,31); }

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

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

 a { background-color: rgb(125,150,31); }

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

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

 span { border-color: rgb(125,150,31); }

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