#7D951A

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

Shades of Citron #7D951A

Tints of Citron #7D951A

Color information

#7D951A (or 0x7D951A) is unknown color: approx Citron. HEX triplet: 7D, 95 and 1A. RGB value is (125,149,26). Sum of RGB (Red+Green+Blue) = 125+149+26=300 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.67% from 300); Green value is 149 (58.59% from 255 or 49.67% from 300); Blue value is 26 (10.55% from 255 or 8.67% from 300); Max value from RGB is 149 - color contains mainly: green. Hex color #7D951A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D951A is #826AE5. Grayscale: #808080. Windows color (decimal): -8547046 or 1742205. OLE color: 1742205.

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

Color convert

RGB12514926-
CMYK0.1600.830.42
HSL71.71º70.29%34.31%-
HSV(B)71.71º82.55%58.43%-
XYZ19.3925.934.96-
YUV127.870.55126-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 41.67%
GREEN value IS 149 (58.59% from 255) = 49.67%
BLUE value IS 26 (10.55% from 255) = 8.67%
R=41.67%
G=49.67%
B=8.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal125149260.1600.830.4271.7170.2934.31
Hex7D951A100532A484622
Octal175225322001235211010642
Binary11111011001010111010100000101001110101010010001000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D951A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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