Html Css Color HEX #7DB975 De York

📋 copy color: '#7DB975'

red 125 ◦ green 185 ◦ blue 117

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

Shades of De York #7DB975

Tints of De York #7DB975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.4%

R = 29.27%
G = 43.33%
B = 27.4%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#7DB975 (or 0x7DB975) is known color: De York. HEX triplet: 7D, B9 and 75. RGB value is (125,185,117). Sum of RGB (Red+Green+Blue) = 125+185+117=427 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.27% from 427); Green value is 185 (72.66% from 255 or 43.33% from 427); Blue value is 117 (46.09% from 255 or 27.40% from 427); Max value from RGB is 185 - color contains mainly: green. Hex color #7DB975 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB975 is #82468A. Grayscale: #9F9F9F. Windows color (decimal): -8537739 or 7715197. OLE color: 7715197.

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

Color convert

RGB 125 185 117 -
CMYK 0.32 0 0.37 0.27
HSL 112.94º 0.33% 0.59% -
HSV(B) 112.94º 0.37% 0.73% -
XYZ 29.02 40.34 23.09 -
YUV 159.31 104.12 103.53 -
System Red Green Blue C M Y K H S L
Decimal 125 185 117 0.32 0 0.37 0.27 112.94 0.33 0.59
Hex 7D B9 75 20 0 25 1B 71 21 3B
Octal 175 271 165 40 0 45 33 161 41 73
Binary 1111101 10111001 1110101 100000 0 100101 11011 1110001 100001 111011

Color Harmonies of #7DB975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB975

Black with #7DB975

Text Example


Text Example

White with #7DB975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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