Html Css Color HEX #7EBA75 De York

📋 copy color: '#7EBA75'

red 126 ◦ green 186 ◦ blue 117

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

Shades of De York #7EBA75

Tints of De York #7EBA75

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.36%

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

R = 29.37%
G = 43.36%
B = 27.27%

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

#7EBA75 (or 0x7EBA75) is known color: De York. HEX triplet: 7E, BA and 75. RGB value is (126,186,117). Sum of RGB (Red+Green+Blue) = 126+186+117=429 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.37% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 117 (46.09% from 255 or 27.27% from 429); Max value from RGB is 186 - color contains mainly: green. Hex color #7EBA75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EBA75 is #81458A. Grayscale: #A0A0A0. Windows color (decimal): -8471947 or 7715454. OLE color: 7715454.

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

Color convert

RGB 126 186 117 -
CMYK 0.32 0 0.37 0.27
HSL 112.17º 0.33% 0.59% -
HSV(B) 112.17º 0.37% 0.73% -
XYZ 29.37 40.84 23.16 -
YUV 160.19 103.62 103.61 -
System Red Green Blue C M Y K H S L
Decimal 126 186 117 0.32 0 0.37 0.27 112.17 0.33 0.59
Hex 7E BA 75 20 0 25 1B 70 21 3B
Octal 176 272 165 40 0 45 33 160 41 73
Binary 1111110 10111010 1110101 100000 0 100101 11011 1110000 100001 111011

Color Harmonies of #7EBA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBA75

Black with #7EBA75

Text Example


Text Example

White with #7EBA75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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