Html Css Color HEX #7DB977 De York

📋 copy color: '#7DB977'

red 125 ◦ green 185 ◦ blue 119

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

Shades of De York #7DB977

Tints of De York #7DB977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 27.74%

R = 29.14%
G = 43.12%
B = 27.74%

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

#7DB977 (or 0x7DB977) is known color: De York. HEX triplet: 7D, B9 and 77. RGB value is (125,185,119). Sum of RGB (Red+Green+Blue) = 125+185+119=429 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.14% from 429); Green value is 185 (72.66% from 255 or 43.12% from 429); Blue value is 119 (46.88% from 255 or 27.74% from 429); Max value from RGB is 185 - color contains mainly: green. Hex color #7DB977 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB977 is #824688. Grayscale: #9F9F9F. Windows color (decimal): -8537737 or 7846269. OLE color: 7846269.

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

Color convert

RGB 125 185 119 -
CMYK 0.32 0 0.36 0.27
HSL 114.55º 0.32% 0.6% -
HSV(B) 114.55º 0.36% 0.73% -
XYZ 29.14 40.39 23.71 -
YUV 159.54 105.12 103.37 -
System Red Green Blue C M Y K H S L
Decimal 125 185 119 0.32 0 0.36 0.27 114.55 0.32 0.6
Hex 7D B9 77 20 0 24 1B 73 20 3C
Octal 175 271 167 40 0 44 33 163 40 74
Binary 1111101 10111001 1110111 100000 0 100100 11011 1110011 100000 111100

Color Harmonies of #7DB977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB977

Black with #7DB977

Text Example


Text Example

White with #7DB977

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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