Html Css Color HEX #7D9314 Citron

📋 copy color: '#7D9314'

red 125 ◦ green 147 ◦ blue 20

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

Shades of Citron #7D9314

Tints of Citron #7D9314

RGB

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

 GREEN value IS 147 (57.81% from 255) = 50.34%

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

R = 42.81%
G = 50.34%
B = 6.85%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#7D9314 (or 0x7D9314) is known color: Citron. HEX triplet: 7D, 93 and 14. RGB value is (125,147,20). Sum of RGB (Red+Green+Blue) = 125+147+20=292 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.81% from 292); Green value is 147 (57.81% from 255 or 50.34% from 292); Blue value is 20 (8.20% from 255 or 6.85% from 292); Max value from RGB is 147 - color contains mainly: green. Hex color #7D9314 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D9314 is #826CEB. Grayscale: #7E7E7E. Windows color (decimal): -8547564 or 1348477. OLE color: 1348477.

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

Color convert

RGB 125 147 20 -
CMYK 0.15 0 0.86 0.42
HSL 70.39º 0.76% 0.33% -
HSV(B) 70.39º 0.86% 0.58% -
XYZ 19.02 25.28 4.54 -
YUV 125.94 68.21 127.33 -
System Red Green Blue C M Y K H S L
Decimal 125 147 20 0.15 0 0.86 0.42 70.39 0.76 0.33
Hex 7D 93 14 F 0 56 2A 46 4C 21
Octal 175 223 24 17 0 126 52 106 114 41
Binary 1111101 10010011 10100 1111 0 1010110 101010 1000110 1001100 100001

Color Harmonies of #7D9314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9314

Black with #7D9314

Text Example


Text Example

White with #7D9314

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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