Html Css Color HEX #75C07C De York

📋 copy color: '#75C07C'

red 117 ◦ green 192 ◦ blue 124

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

Shades of De York #75C07C

Tints of De York #75C07C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.34%

 BLUE value IS 124 (48.83% from 255) = 28.64%

R = 27.02%
G = 44.34%
B = 28.64%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#75C07C (or 0x75C07C) is known color: De York. HEX triplet: 75, C0 and 7C. RGB value is (117,192,124). Sum of RGB (Red+Green+Blue) = 117+192+124=433 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.02% from 433); Green value is 192 (75.39% from 255 or 44.34% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 192 - color contains mainly: green. Hex color #75C07C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C07C is #8A3F83. Grayscale: #A2A2A2. Windows color (decimal): -9060228 or 8175733. OLE color: 8175733.

HSL color Cylindrical-coordinate representation of color #75C07C: hue angle of 125.6º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #75C07C is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 192 124 -
CMYK 0.39 0 0.35 0.25
HSL 125.6º 0.37% 0.61% -
HSV(B) 125.6º 0.39% 0.75% -
XYZ 29.82 42.94 25.78 -
YUV 161.82 106.65 96.03 -
System Red Green Blue C M Y K H S L
Decimal 117 192 124 0.39 0 0.35 0.25 125.6 0.37 0.61
Hex 75 C0 7C 27 0 23 19 7E 25 3D
Octal 165 300 174 47 0 43 31 176 45 75
Binary 1110101 11000000 1111100 100111 0 100011 11001 1111110 100101 111101

Color Harmonies of #75C07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C07C

Black with #75C07C

Text Example


Text Example

White with #75C07C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,192,124); }

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

background-color css

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

 a { background-color: rgb(117,192,124); }

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

border-color css

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

 span { border-color: rgb(117,192,124); }

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