Html Css Color HEX #7D9315 Citron

📋 copy color: '#7D9315'

red 125 ◦ green 147 ◦ blue 21

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

Shades of Citron #7D9315

Tints of Citron #7D9315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.17%

R = 42.66%
G = 50.17%
B = 7.17%

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

#7D9315 (or 0x7D9315) is known color: Citron. HEX triplet: 7D, 93 and 15. RGB value is (125,147,21). Sum of RGB (Red+Green+Blue) = 125+147+21=293 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.66% from 293); Green value is 147 (57.81% from 255 or 50.17% from 293); Blue value is 21 (8.59% from 255 or 7.17% from 293); Max value from RGB is 147 - color contains mainly: green. Hex color #7D9315 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D9315 is #826CEA. Grayscale: #7E7E7E. Windows color (decimal): -8547563 or 1414013. OLE color: 1414013.

HSL color Cylindrical-coordinate representation of color #7D9315: hue angle of 70.48º degrees, saturation: 0.75, 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 #7D9315 is Cyan = 0.15, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 125 147 21 -
CMYK 0.15 0 0.86 0.42
HSL 70.48º 0.75% 0.33% -
HSV(B) 70.48º 0.86% 0.58% -
XYZ 19.03 25.28 4.59 -
YUV 126.06 68.71 127.25 -
System Red Green Blue C M Y K H S L
Decimal 125 147 21 0.15 0 0.86 0.42 70.48 0.75 0.33
Hex 7D 93 15 F 0 56 2A 46 4B 21
Octal 175 223 25 17 0 126 52 106 113 41
Binary 1111101 10010011 10101 1111 0 1010110 101010 1000110 1001011 100001

Color Harmonies of #7D9315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9315

Black with #7D9315

Text Example


Text Example

White with #7D9315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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