Html Css Color HEX #7C980B Citron

📋 copy color: '#7C980B'

red 124 ◦ green 152 ◦ blue 11

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

Shades of Citron #7C980B

Tints of Citron #7C980B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 52.96%

 BLUE value IS 11 (4.69% from 255) = 3.83%

R = 43.21%
G = 52.96%
B = 3.83%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#7C980B (or 0x7C980B) is known color: Citron. HEX triplet: 7C, 98 and 0B. RGB value is (124,152,11). Sum of RGB (Red+Green+Blue) = 124+152+11=287 (38% of max value = 765). Red value is 124 (48.83% from 255 or 43.21% from 287); Green value is 152 (59.77% from 255 or 52.96% from 287); Blue value is 11 (4.69% from 255 or 3.83% from 287); Max value from RGB is 152 - color contains mainly: green. Hex color #7C980B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C980B is #8367F4. Grayscale: #808080. Windows color (decimal): -8611829 or 759932. OLE color: 759932.

HSL color Cylindrical-coordinate representation of color #7C980B: hue angle of 71.91º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7C980B is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB 124 152 11 -
CMYK 0.18 0 0.93 0.40
HSL 71.91º 0.87% 0.32% -
HSV(B) 71.91º 0.93% 0.6% -
XYZ 19.6 26.77 4.45 -
YUV 127.55 62.22 125.46 -
System Red Green Blue C M Y K H S L
Decimal 124 152 11 0.18 0 0.93 0.40 71.91 0.87 0.32
Hex 7C 98 B 12 0 5D 28 48 57 20
Octal 174 230 13 22 0 135 50 110 127 40
Binary 1111100 10011000 1011 10010 0 1011101 101000 1001000 1010111 100000

Color Harmonies of #7C980B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C980B

Black with #7C980B

Text Example


Text Example

White with #7C980B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,152,11); }

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

background-color css

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

 a { background-color: rgb(124,152,11); }

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

border-color css

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

 span { border-color: rgb(124,152,11); }

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