Html Css Color HEX #7EB975 De York

📋 copy color: '#7EB975'

red 126 ◦ green 185 ◦ blue 117

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

Shades of De York #7EB975

Tints of De York #7EB975

RGB

 RED value IS 126 (49.61% from 255) = 29.44%

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

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

R = 29.44%
G = 43.22%
B = 27.34%

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

#7EB975 (or 0x7EB975) is known color: De York. HEX triplet: 7E, B9 and 75. RGB value is (126,185,117). Sum of RGB (Red+Green+Blue) = 126+185+117=428 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.44% from 428); Green value is 185 (72.66% from 255 or 43.22% from 428); Blue value is 117 (46.09% from 255 or 27.34% from 428); Max value from RGB is 185 - color contains mainly: green. Hex color #7EB975 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EB975 is #81468A. Grayscale: #9F9F9F. Windows color (decimal): -8472203 or 7715198. OLE color: 7715198.

HSL color Cylindrical-coordinate representation of color #7EB975: hue angle of 112.06º 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 #7EB975 is Cyan = 0.32, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 126 185 117 -
CMYK 0.32 0 0.37 0.27
HSL 112.06º 0.33% 0.59% -
HSV(B) 112.06º 0.37% 0.73% -
XYZ 29.16 40.42 23.09 -
YUV 159.61 103.95 104.03 -
System Red Green Blue C M Y K H S L
Decimal 126 185 117 0.32 0 0.37 0.27 112.06 0.33 0.59
Hex 7E B9 75 20 0 25 1B 70 21 3B
Octal 176 271 165 40 0 45 33 160 41 73
Binary 1111110 10111001 1110101 100000 0 100101 11011 1110000 100001 111011

Color Harmonies of #7EB975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EB975

Black with #7EB975

Text Example


Text Example

White with #7EB975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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