#7C951E

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

Shades of Citron #7C951E

Tints of Citron #7C951E

Color information

#7C951E (or 0x7C951E) is unknown color: approx Citron. HEX triplet: 7C, 95 and 1E. RGB value is (124,149,30). Sum of RGB (Red+Green+Blue) = 124+149+30=303 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.92% from 303); Green value is 149 (58.59% from 255 or 49.17% from 303); Blue value is 30 (12.11% from 255 or 9.90% from 303); Max value from RGB is 149 - color contains mainly: green. Hex color #7C951E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C951E is #836AE1. Grayscale: #808080. Windows color (decimal): -8612578 or 2004348. OLE color: 2004348.

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

Color convert

RGB12414930-
CMYK0.1700.800.42
HSL72.61º66.48%35.1%-
HSV(B)72.61º79.87%58.43%-
XYZ19.2925.875.21-
YUV127.9672.72125.18-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40.92%
GREEN value IS 149 (58.59% from 255) = 49.17%
BLUE value IS 30 (12.11% from 255) = 9.90%
R=40.92%
G=49.17%
B=9.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal124149300.1700.800.4272.6166.4835.1
Hex7C951E110502A494223
Octal174225362101205211110243
Binary11111001001010111110100010101000010101010010011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C951E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,149,30); }

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

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

 a { background-color: rgb(124,149,30); }

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

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

 span { border-color: rgb(124,149,30); }

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