Html Css Color HEX #75C67C De York

📋 copy color: '#75C67C'

red 117 ◦ green 198 ◦ blue 124

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

Shades of De York #75C67C

Tints of De York #75C67C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.1%

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

R = 26.65%
G = 45.1%
B = 28.25%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#75C67C (or 0x75C67C) is known color: De York. HEX triplet: 75, C6 and 7C. RGB value is (117,198,124). Sum of RGB (Red+Green+Blue) = 117+198+124=439 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.65% from 439); Green value is 198 (77.73% from 255 or 45.10% from 439); Blue value is 124 (48.83% from 255 or 28.25% from 439); Max value from RGB is 198 - color contains mainly: green. Hex color #75C67C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C67C is #8A3983. Grayscale: #A5A5A5. Windows color (decimal): -9058692 or 8177269. OLE color: 8177269.

HSL color Cylindrical-coordinate representation of color #75C67C: hue angle of 125.19º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #75C67C is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB 117 198 124 -
CMYK 0.41 0 0.37 0.22
HSL 125.19º 0.42% 0.62% -
HSV(B) 125.19º 0.41% 0.78% -
XYZ 31.17 45.63 26.23 -
YUV 165.35 104.66 93.52 -
System Red Green Blue C M Y K H S L
Decimal 117 198 124 0.41 0 0.37 0.22 125.19 0.42 0.62
Hex 75 C6 7C 29 0 25 16 7D 2A 3E
Octal 165 306 174 51 0 45 26 175 52 76
Binary 1110101 11000110 1111100 101001 0 100101 10110 1111101 101010 111110

Color Harmonies of #75C67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C67C

Black with #75C67C

Text Example


Text Example

White with #75C67C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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