Html Css Color HEX #7D9514 Citron

📋 copy color: '#7D9514'

red 125 ◦ green 149 ◦ blue 20

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

Shades of Citron #7D9514

Tints of Citron #7D9514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.8%

R = 42.52%
G = 50.68%
B = 6.8%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#7D9514 (or 0x7D9514) is known color: Citron. HEX triplet: 7D, 95 and 14. RGB value is (125,149,20). Sum of RGB (Red+Green+Blue) = 125+149+20=294 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.52% from 294); Green value is 149 (58.59% from 255 or 50.68% from 294); Blue value is 20 (8.20% from 255 or 6.80% from 294); Max value from RGB is 149 - color contains mainly: green. Hex color #7D9514 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D9514 is #826AEB. Grayscale: #7F7F7F. Windows color (decimal): -8547052 or 1348989. OLE color: 1348989.

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

Color convert

RGB 125 149 20 -
CMYK 0.16 0 0.87 0.42
HSL 71.16º 0.76% 0.33% -
HSV(B) 71.16º 0.87% 0.58% -
XYZ 19.33 25.91 4.64 -
YUV 127.12 67.55 126.49 -
System Red Green Blue C M Y K H S L
Decimal 125 149 20 0.16 0 0.87 0.42 71.16 0.76 0.33
Hex 7D 95 14 10 0 57 2A 47 4C 21
Octal 175 225 24 20 0 127 52 107 114 41
Binary 1111101 10010101 10100 10000 0 1010111 101010 1000111 1001100 100001

Color Harmonies of #7D9514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9514

Black with #7D9514

Text Example


Text Example

White with #7D9514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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