Html Css Color HEX #75BB7E De York

📋 copy color: '#75BB7E'

red 117 ◦ green 187 ◦ blue 126

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

Shades of De York #75BB7E

Tints of De York #75BB7E

RGB

 RED value IS 117 (46.09% from 255) = 27.21%

 GREEN value IS 187 (73.44% from 255) = 43.49%

 BLUE value IS 126 (49.61% from 255) = 29.3%

R = 27.21%
G = 43.49%
B = 29.3%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#75BB7E (or 0x75BB7E) is known color: De York. HEX triplet: 75, BB and 7E. RGB value is (117,187,126). Sum of RGB (Red+Green+Blue) = 117+187+126=430 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.21% from 430); Green value is 187 (73.44% from 255 or 43.49% from 430); Blue value is 126 (49.61% from 255 or 29.30% from 430); Max value from RGB is 187 - color contains mainly: green. Hex color #75BB7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BB7E is #8A4481. Grayscale: #9F9F9F. Windows color (decimal): -9061506 or 8305525. OLE color: 8305525.

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

Color convert

RGB 117 187 126 -
CMYK 0.37 0 0.33 0.27
HSL 127.71º 0.34% 0.6% -
HSV(B) 127.71º 0.37% 0.73% -
XYZ 28.87 40.83 26.1 -
YUV 159.12 109.31 97.96 -
System Red Green Blue C M Y K H S L
Decimal 117 187 126 0.37 0 0.33 0.27 127.71 0.34 0.6
Hex 75 BB 7E 25 0 21 1B 80 22 3C
Octal 165 273 176 45 0 41 33 200 42 74
Binary 1110101 10111011 1111110 100101 0 100001 11011 10000000 100010 111100

Color Harmonies of #75BB7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BB7E

Black with #75BB7E

Text Example


Text Example

White with #75BB7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75BB7E; }

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

 H1.HeaderClassName
 {
   color: #75BB7E;
 }
 .AnyTagClassName
 {
   color: #75BB7E;
 }
</style>

background-color css

<style>
 a { background-color: #75BB7E; }

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

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

border-color css

<style>
 span { border-color: #75BB7E; }

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

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