Html Css Color HEX #7C951E Citron

📋 copy color: '#7C951E'

red 124 ◦ green 149 ◦ blue 30

#7C951E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citron #7C951E

Tints of Citron #7C951E

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.9%

R = 40.92%
G = 49.17%
B = 9.9%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#7C951E (or 0x7C951E) is known color: 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

RGB 124 149 30 -
CMYK 0.17 0 0.80 0.42
HSL 72.61º 0.66% 0.35% -
HSV(B) 72.61º 0.8% 0.58% -
XYZ 19.29 25.87 5.21 -
YUV 127.96 72.72 125.18 -
System Red Green Blue C M Y K H S L
Decimal 124 149 30 0.17 0 0.80 0.42 72.61 0.66 0.35
Hex 7C 95 1E 11 0 50 2A 49 42 23
Octal 174 225 36 21 0 120 52 111 102 43
Binary 1111100 10010101 11110 10001 0 1010000 101010 1001001 1000010 100011

Color Harmonies of #7C951E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C951E

Black with #7C951E

Text Example


Text Example

White with #7C951E

Text Example


Text Example

HTML Codes & Css Web 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>