Html Css Color HEX #7C9716 Citron

📋 copy color: '#7C9716'

red 124 ◦ green 151 ◦ blue 22

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

Shades of Citron #7C9716

Tints of Citron #7C9716

RGB

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

 GREEN value IS 151 (59.38% from 255) = 50.84%

 BLUE value IS 22 (8.98% from 255) = 7.41%

R = 41.75%
G = 50.84%
B = 7.41%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#7C9716 (or 0x7C9716) is known color: Citron. HEX triplet: 7C, 97 and 16. RGB value is (124,151,22). Sum of RGB (Red+Green+Blue) = 124+151+22=297 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.75% from 297); Green value is 151 (59.38% from 255 or 50.84% from 297); Blue value is 22 (8.98% from 255 or 7.41% from 297); Max value from RGB is 151 - color contains mainly: green. Hex color #7C9716 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C9716 is #8368E9. Grayscale: #808080. Windows color (decimal): -8612074 or 1480572. OLE color: 1480572.

HSL color Cylindrical-coordinate representation of color #7C9716: hue angle of 72.56º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7C9716 is Cyan = 0.18, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB 124 151 22 -
CMYK 0.18 0 0.85 0.41
HSL 72.56º 0.75% 0.34% -
HSV(B) 72.56º 0.85% 0.59% -
XYZ 19.52 26.48 4.84 -
YUV 128.22 68.05 124.99 -
System Red Green Blue C M Y K H S L
Decimal 124 151 22 0.18 0 0.85 0.41 72.56 0.75 0.34
Hex 7C 97 16 12 0 55 29 49 4B 22
Octal 174 227 26 22 0 125 51 111 113 42
Binary 1111100 10010111 10110 10010 0 1010101 101001 1001001 1001011 100010

Color Harmonies of #7C9716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C9716

Black with #7C9716

Text Example


Text Example

White with #7C9716

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,151,22); }

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

background-color css

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

 a { background-color: rgb(124,151,22); }

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

border-color css

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

 span { border-color: rgb(124,151,22); }

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