Html Css Color HEX #7D950D Citron

📋 copy color: '#7D950D'

red 125 ◦ green 149 ◦ blue 13

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

Shades of Citron #7D950D

Tints of Citron #7D950D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.53%

R = 43.55%
G = 51.92%
B = 4.53%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#7D950D (or 0x7D950D) is known color: Citron. HEX triplet: 7D, 95 and 0D. RGB value is (125,149,13). Sum of RGB (Red+Green+Blue) = 125+149+13=287 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.55% from 287); Green value is 149 (58.59% from 255 or 51.92% from 287); Blue value is 13 (5.47% from 255 or 4.53% from 287); Max value from RGB is 149 - color contains mainly: green. Hex color #7D950D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D950D is #826AF2. Grayscale: #7E7E7E. Windows color (decimal): -8547059 or 890237. OLE color: 890237.

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

Color convert

RGB 125 149 13 -
CMYK 0.16 0 0.91 0.42
HSL 70.59º 0.84% 0.32% -
HSV(B) 70.59º 0.91% 0.58% -
XYZ 19.28 25.88 4.36 -
YUV 126.32 64.05 127.06 -
System Red Green Blue C M Y K H S L
Decimal 125 149 13 0.16 0 0.91 0.42 70.59 0.84 0.32
Hex 7D 95 D 10 0 5B 2A 47 54 20
Octal 175 225 15 20 0 133 52 107 124 40
Binary 1111101 10010101 1101 10000 0 1011011 101010 1000111 1010100 100000

Color Harmonies of #7D950D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D950D

Black with #7D950D

Text Example


Text Example

White with #7D950D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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