Html Css Color HEX #7D960E Citron

📋 copy color: '#7D960E'

red 125 ◦ green 150 ◦ blue 14

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

Shades of Citron #7D960E

Tints of Citron #7D960E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 51.9%

 BLUE value IS 14 (5.86% from 255) = 4.84%

R = 43.25%
G = 51.9%
B = 4.84%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#7D960E (or 0x7D960E) is known color: Citron. HEX triplet: 7D, 96 and 0E. RGB value is (125,150,14). Sum of RGB (Red+Green+Blue) = 125+150+14=289 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.25% from 289); Green value is 150 (58.98% from 255 or 51.90% from 289); Blue value is 14 (5.86% from 255 or 4.84% from 289); Max value from RGB is 150 - color contains mainly: green. Hex color #7D960E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D960E is #8269F1. Grayscale: #7F7F7F. Windows color (decimal): -8546802 or 956029. OLE color: 956029.

HSL color Cylindrical-coordinate representation of color #7D960E: hue angle of 71.03º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7D960E is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB 125 150 14 -
CMYK 0.17 0 0.91 0.41
HSL 71.03º 0.83% 0.32% -
HSV(B) 71.03º 0.91% 0.59% -
XYZ 19.44 26.2 4.45 -
YUV 127.02 64.22 126.56 -
System Red Green Blue C M Y K H S L
Decimal 125 150 14 0.17 0 0.91 0.41 71.03 0.83 0.32
Hex 7D 96 E 11 0 5B 29 47 53 20
Octal 175 226 16 21 0 133 51 107 123 40
Binary 1111101 10010110 1110 10001 0 1011011 101001 1000111 1010011 100000

Color Harmonies of #7D960E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D960E

Black with #7D960E

Text Example


Text Example

White with #7D960E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,150,14); }

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

background-color css

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

 a { background-color: rgb(125,150,14); }

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

border-color css

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

 span { border-color: rgb(125,150,14); }

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