Html Css Color HEX #75C678 De York

📋 copy color: '#75C678'

red 117 ◦ green 198 ◦ blue 120

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

Shades of De York #75C678

Tints of De York #75C678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.59%

R = 26.9%
G = 45.52%
B = 27.59%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#75C678 (or 0x75C678) is known color: De York. HEX triplet: 75, C6 and 78. RGB value is (117,198,120). Sum of RGB (Red+Green+Blue) = 117+198+120=435 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.90% from 435); Green value is 198 (77.73% from 255 or 45.52% from 435); Blue value is 120 (47.27% from 255 or 27.59% from 435); Max value from RGB is 198 - color contains mainly: green. Hex color #75C678 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C678 is #8A3987. Grayscale: #A5A5A5. Windows color (decimal): -9058696 or 7915125. OLE color: 7915125.

HSL color Cylindrical-coordinate representation of color #75C678: hue angle of 122.22º 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 #75C678 is Cyan = 0.41, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB 117 198 120 -
CMYK 0.41 0 0.39 0.22
HSL 122.22º 0.42% 0.62% -
HSV(B) 122.22º 0.41% 0.78% -
XYZ 30.92 45.53 24.93 -
YUV 164.89 102.66 93.84 -
System Red Green Blue C M Y K H S L
Decimal 117 198 120 0.41 0 0.39 0.22 122.22 0.42 0.62
Hex 75 C6 78 29 0 27 16 7A 2A 3E
Octal 165 306 170 51 0 47 26 172 52 76
Binary 1110101 11000110 1111000 101001 0 100111 10110 1111010 101010 111110

Color Harmonies of #75C678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C678

Black with #75C678

Text Example


Text Example

White with #75C678

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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