Html Css Color HEX #7C940F Citron

📋 copy color: '#7C940F'

red 124 ◦ green 148 ◦ blue 15

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

Shades of Citron #7C940F

Tints of Citron #7C940F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 51.57%

 BLUE value IS 15 (6.25% from 255) = 5.23%

R = 43.21%
G = 51.57%
B = 5.23%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#7C940F (or 0x7C940F) is known color: Citron. HEX triplet: 7C, 94 and 0F. RGB value is (124,148,15). Sum of RGB (Red+Green+Blue) = 124+148+15=287 (38% of max value = 765). Red value is 124 (48.83% from 255 or 43.21% from 287); Green value is 148 (58.20% from 255 or 51.57% from 287); Blue value is 15 (6.25% from 255 or 5.23% from 287); Max value from RGB is 148 - color contains mainly: green. Hex color #7C940F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C940F is #836BF0. Grayscale: #7E7E7E. Windows color (decimal): -8612849 or 1021052. OLE color: 1021052.

HSL color Cylindrical-coordinate representation of color #7C940F: hue angle of 70.83º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7C940F is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 124 148 15 -
CMYK 0.16 0 0.90 0.42
HSL 70.83º 0.82% 0.32% -
HSV(B) 70.83º 0.9% 0.58% -
XYZ 18.99 25.5 4.37 -
YUV 125.66 65.55 126.81 -
System Red Green Blue C M Y K H S L
Decimal 124 148 15 0.16 0 0.90 0.42 70.83 0.82 0.32
Hex 7C 94 F 10 0 5A 2A 47 52 20
Octal 174 224 17 20 0 132 52 107 122 40
Binary 1111100 10010100 1111 10000 0 1011010 101010 1000111 1010010 100000

Color Harmonies of #7C940F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C940F

Black with #7C940F

Text Example


Text Example

White with #7C940F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,148,15); }

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

background-color css

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

 a { background-color: rgb(124,148,15); }

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

border-color css

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

 span { border-color: rgb(124,148,15); }

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