Html Css Color HEX #75AC78 Fern

📋 copy color: '#75AC78'

red 117 ◦ green 172 ◦ blue 120

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

Shades of Fern #75AC78

Tints of Fern #75AC78

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.05%

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

R = 28.61%
G = 42.05%
B = 29.34%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#75AC78 (or 0x75AC78) is known color: Fern. HEX triplet: 75, AC and 78. RGB value is (117,172,120). Sum of RGB (Red+Green+Blue) = 117+172+120=409 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.61% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 120 (47.27% from 255 or 29.34% from 409); Max value from RGB is 172 - color contains mainly: green. Hex color #75AC78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AC78 is #8A5387. Grayscale: #959595. Windows color (decimal): -9065352 or 7908469. OLE color: 7908469.

HSL color Cylindrical-coordinate representation of color #75AC78: hue angle of 123.27º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #75AC78 is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 172 120 -
CMYK 0.32 0 0.30 0.33
HSL 123.27º 0.25% 0.57% -
HSV(B) 123.27º 0.32% 0.67% -
XYZ 25.48 34.64 23.11 -
YUV 149.63 111.28 104.73 -
System Red Green Blue C M Y K H S L
Decimal 117 172 120 0.32 0 0.30 0.33 123.27 0.25 0.57
Hex 75 AC 78 20 0 1E 21 7B 19 39
Octal 165 254 170 40 0 36 41 173 31 71
Binary 1110101 10101100 1111000 100000 0 11110 100001 1111011 11001 111001

Color Harmonies of #75AC78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AC78

Black with #75AC78

Text Example


Text Example

White with #75AC78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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