Html Css Color HEX #7D960F Citron

📋 copy color: '#7D960F'

red 125 ◦ green 150 ◦ blue 15

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

Shades of Citron #7D960F

Tints of Citron #7D960F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.17%

R = 43.1%
G = 51.72%
B = 5.17%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.9

 K value IS 0.41

RGB Variations

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

Color information

#7D960F (or 0x7D960F) is known color: Citron. HEX triplet: 7D, 96 and 0F. RGB value is (125,150,15). Sum of RGB (Red+Green+Blue) = 125+150+15=290 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.10% from 290); Green value is 150 (58.98% from 255 or 51.72% from 290); Blue value is 15 (6.25% from 255 or 5.17% from 290); Max value from RGB is 150 - color contains mainly: green. Hex color #7D960F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D960F is #8269F0. Grayscale: #7F7F7F. Windows color (decimal): -8546801 or 1021565. OLE color: 1021565.

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

Color convert

RGB 125 150 15 -
CMYK 0.17 0 0.9 0.41
HSL 71.11º 0.82% 0.32% -
HSV(B) 71.11º 0.9% 0.59% -
XYZ 19.45 26.21 4.49 -
YUV 127.14 64.72 126.48 -
System Red Green Blue C M Y K H S L
Decimal 125 150 15 0.17 0 0.9 0.41 71.11 0.82 0.32
Hex 7D 96 F 11 0 5A 29 47 52 20
Octal 175 226 17 21 0 132 51 107 122 40
Binary 1111101 10010110 1111 10001 0 1011010 101001 1000111 1010010 100000

Color Harmonies of #7D960F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D960F

Black with #7D960F

Text Example


Text Example

White with #7D960F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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