Html Css Color HEX #7D9716 Citron

📋 copy color: '#7D9716'

red 125 ◦ green 151 ◦ blue 22

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

Shades of Citron #7D9716

Tints of Citron #7D9716

RGB

 RED value IS 125 (49.22% from 255) = 41.95%

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

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

R = 41.95%
G = 50.67%
B = 7.38%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#7D9716 (or 0x7D9716) is known color: Citron. HEX triplet: 7D, 97 and 16. RGB value is (125,151,22). Sum of RGB (Red+Green+Blue) = 125+151+22=298 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.95% from 298); Green value is 151 (59.38% from 255 or 50.67% from 298); Blue value is 22 (8.98% from 255 or 7.38% from 298); Max value from RGB is 151 - color contains mainly: green. Hex color #7D9716 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D9716 is #8268E9. Grayscale: #818181. Windows color (decimal): -8546538 or 1480573. OLE color: 1480573.

HSL color Cylindrical-coordinate representation of color #7D9716: hue angle of 72.09º 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 #7D9716 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB 125 151 22 -
CMYK 0.17 0 0.85 0.41
HSL 72.09º 0.75% 0.34% -
HSV(B) 72.09º 0.85% 0.59% -
XYZ 19.67 26.55 4.85 -
YUV 128.52 67.89 125.49 -
System Red Green Blue C M Y K H S L
Decimal 125 151 22 0.17 0 0.85 0.41 72.09 0.75 0.34
Hex 7D 97 16 11 0 55 29 48 4B 22
Octal 175 227 26 21 0 125 51 110 113 42
Binary 1111101 10010111 10110 10001 0 1010101 101001 1001000 1001011 100010

Color Harmonies of #7D9716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9716

Black with #7D9716

Text Example


Text Example

White with #7D9716

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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