Html Css Color HEX #7DB976 De York

📋 copy color: '#7DB976'

red 125 ◦ green 185 ◦ blue 118

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

Shades of De York #7DB976

Tints of De York #7DB976

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.22%

 BLUE value IS 118 (46.48% from 255) = 27.57%

R = 29.21%
G = 43.22%
B = 27.57%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#7DB976 (or 0x7DB976) is known color: De York. HEX triplet: 7D, B9 and 76. RGB value is (125,185,118). Sum of RGB (Red+Green+Blue) = 125+185+118=428 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.21% from 428); Green value is 185 (72.66% from 255 or 43.22% from 428); Blue value is 118 (46.48% from 255 or 27.57% from 428); Max value from RGB is 185 - color contains mainly: green. Hex color #7DB976 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB976 is #824689. Grayscale: #9F9F9F. Windows color (decimal): -8537738 or 7780733. OLE color: 7780733.

HSL color Cylindrical-coordinate representation of color #7DB976: hue angle of 113.73º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7DB976 is Cyan = 0.32, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB 125 185 118 -
CMYK 0.32 0 0.36 0.27
HSL 113.73º 0.32% 0.59% -
HSV(B) 113.73º 0.36% 0.73% -
XYZ 29.08 40.37 23.4 -
YUV 159.42 104.62 103.45 -
System Red Green Blue C M Y K H S L
Decimal 125 185 118 0.32 0 0.36 0.27 113.73 0.32 0.59
Hex 7D B9 76 20 0 24 1B 72 20 3B
Octal 175 271 166 40 0 44 33 162 40 73
Binary 1111101 10111001 1110110 100000 0 100100 11011 1110010 100000 111011

Color Harmonies of #7DB976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB976

Black with #7DB976

Text Example


Text Example

White with #7DB976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,185,118); }

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

background-color css

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

 a { background-color: rgb(125,185,118); }

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

border-color css

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

 span { border-color: rgb(125,185,118); }

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