Html Css Color HEX #7C951C Citron

📋 copy color: '#7C951C'

red 124 ◦ green 149 ◦ blue 28

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

Shades of Citron #7C951C

Tints of Citron #7C951C

RGB

 RED value IS 124 (48.83% from 255) = 41.2%

 GREEN value IS 149 (58.59% from 255) = 49.5%

 BLUE value IS 28 (11.33% from 255) = 9.3%

R = 41.2%
G = 49.5%
B = 9.3%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#7C951C (or 0x7C951C) is known color: Citron. HEX triplet: 7C, 95 and 1C. RGB value is (124,149,28). Sum of RGB (Red+Green+Blue) = 124+149+28=301 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.20% from 301); Green value is 149 (58.59% from 255 or 49.50% from 301); Blue value is 28 (11.33% from 255 or 9.30% from 301); Max value from RGB is 149 - color contains mainly: green. Hex color #7C951C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C951C is #836AE3. Grayscale: #808080. Windows color (decimal): -8612580 or 1873276. OLE color: 1873276.

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

Color convert

RGB 124 149 28 -
CMYK 0.17 0 0.81 0.42
HSL 72.4º 0.68% 0.35% -
HSV(B) 72.4º 0.81% 0.58% -
XYZ 19.27 25.86 5.08 -
YUV 127.73 71.72 125.34 -
System Red Green Blue C M Y K H S L
Decimal 124 149 28 0.17 0 0.81 0.42 72.4 0.68 0.35
Hex 7C 95 1C 11 0 51 2A 48 44 23
Octal 174 225 34 21 0 121 52 110 104 43
Binary 1111100 10010101 11100 10001 0 1010001 101010 1001000 1000100 100011

Color Harmonies of #7C951C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C951C

Black with #7C951C

Text Example


Text Example

White with #7C951C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7C951C;
 }
 .AnyTagClassName
 {
   color: #7C951C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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