Html Css Color HEX #7D9518 Citron

📋 copy color: '#7D9518'

red 125 ◦ green 149 ◦ blue 24

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

Shades of Citron #7D9518

Tints of Citron #7D9518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.05%

R = 41.95%
G = 50%
B = 8.05%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#7D9518 (or 0x7D9518) is known color: Citron. HEX triplet: 7D, 95 and 18. RGB value is (125,149,24). Sum of RGB (Red+Green+Blue) = 125+149+24=298 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.95% from 298); Green value is 149 (58.59% from 255 or 50% from 298); Blue value is 24 (9.77% from 255 or 8.05% from 298); Max value from RGB is 149 - color contains mainly: green. Hex color #7D9518 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D9518 is #826AE7. Grayscale: #808080. Windows color (decimal): -8547048 or 1611133. OLE color: 1611133.

HSL color Cylindrical-coordinate representation of color #7D9518: hue angle of 71.52º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7D9518 is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB 125 149 24 -
CMYK 0.16 0 0.84 0.42
HSL 71.52º 0.72% 0.34% -
HSV(B) 71.52º 0.84% 0.58% -
XYZ 19.37 25.92 4.85 -
YUV 127.57 69.55 126.16 -
System Red Green Blue C M Y K H S L
Decimal 125 149 24 0.16 0 0.84 0.42 71.52 0.72 0.34
Hex 7D 95 18 10 0 54 2A 48 48 22
Octal 175 225 30 20 0 124 52 110 110 42
Binary 1111101 10010101 11000 10000 0 1010100 101010 1001000 1001000 100010

Color Harmonies of #7D9518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9518

Black with #7D9518

Text Example


Text Example

White with #7D9518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,149,24); }

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

background-color css

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

 a { background-color: rgb(125,149,24); }

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

border-color css

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

 span { border-color: rgb(125,149,24); }

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