Html Css Color HEX #7EBD7A De York

📋 copy color: '#7EBD7A'

red 126 ◦ green 189 ◦ blue 122

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

Shades of De York #7EBD7A

Tints of De York #7EBD7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.92%

R = 28.83%
G = 43.25%
B = 27.92%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#7EBD7A (or 0x7EBD7A) is known color: De York. HEX triplet: 7E, BD and 7A. RGB value is (126,189,122). Sum of RGB (Red+Green+Blue) = 126+189+122=437 (57% of max value = 765). Red value is 126 (49.61% from 255 or 28.83% from 437); Green value is 189 (74.22% from 255 or 43.25% from 437); Blue value is 122 (48.05% from 255 or 27.92% from 437); Max value from RGB is 189 - color contains mainly: green. Hex color #7EBD7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EBD7A is #814285. Grayscale: #A2A2A2. Windows color (decimal): -8471174 or 8043902. OLE color: 8043902.

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

Color convert

RGB 126 189 122 -
CMYK 0.33 0 0.35 0.26
HSL 116.42º 0.34% 0.61% -
HSV(B) 116.42º 0.35% 0.74% -
XYZ 30.31 42.24 24.97 -
YUV 162.53 105.13 101.95 -
System Red Green Blue C M Y K H S L
Decimal 126 189 122 0.33 0 0.35 0.26 116.42 0.34 0.61
Hex 7E BD 7A 21 0 23 1A 74 22 3D
Octal 176 275 172 41 0 43 32 164 42 75
Binary 1111110 10111101 1111010 100001 0 100011 11010 1110100 100010 111101

Color Harmonies of #7EBD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBD7A

Black with #7EBD7A

Text Example


Text Example

White with #7EBD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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