Html Css Color HEX #7EBD75 De York

📋 copy color: '#7EBD75'

red 126 ◦ green 189 ◦ blue 117

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

Shades of De York #7EBD75

Tints of De York #7EBD75

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.75%

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

R = 29.17%
G = 43.75%
B = 27.08%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#7EBD75 (or 0x7EBD75) is known color: De York. HEX triplet: 7E, BD and 75. RGB value is (126,189,117). Sum of RGB (Red+Green+Blue) = 126+189+117=432 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.17% from 432); Green value is 189 (74.22% from 255 or 43.75% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 189 - color contains mainly: green. Hex color #7EBD75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EBD75 is #81428A. Grayscale: #A2A2A2. Windows color (decimal): -8471179 or 7716222. OLE color: 7716222.

HSL color Cylindrical-coordinate representation of color #7EBD75: hue angle of 112.5º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7EBD75 is Cyan = 0.33, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB 126 189 117 -
CMYK 0.33 0 0.38 0.26
HSL 112.5º 0.35% 0.6% -
HSV(B) 112.5º 0.38% 0.74% -
XYZ 30.01 42.12 23.38 -
YUV 161.96 102.63 102.35 -
System Red Green Blue C M Y K H S L
Decimal 126 189 117 0.33 0 0.38 0.26 112.5 0.35 0.6
Hex 7E BD 75 21 0 26 1A 70 23 3C
Octal 176 275 165 41 0 46 32 160 43 74
Binary 1111110 10111101 1110101 100001 0 100110 11010 1110000 100011 111100

Color Harmonies of #7EBD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBD75

Black with #7EBD75

Text Example


Text Example

White with #7EBD75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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