Html Css Color HEX #75C06C Fern

📋 copy color: '#75C06C'

red 117 ◦ green 192 ◦ blue 108

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

Shades of Fern #75C06C

Tints of Fern #75C06C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.9%

R = 28.06%
G = 46.04%
B = 25.9%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#75C06C (or 0x75C06C) is known color: Fern. HEX triplet: 75, C0 and 6C. RGB value is (117,192,108). Sum of RGB (Red+Green+Blue) = 117+192+108=417 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.06% from 417); Green value is 192 (75.39% from 255 or 46.04% from 417); Blue value is 108 (42.58% from 255 or 25.90% from 417); Max value from RGB is 192 - color contains mainly: green. Hex color #75C06C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C06C is #8A3F93. Grayscale: #A0A0A0. Windows color (decimal): -9060244 or 7127157. OLE color: 7127157.

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

Color convert

RGB 117 192 108 -
CMYK 0.39 0 0.44 0.25
HSL 113.57º 0.4% 0.59% -
HSV(B) 113.57º 0.44% 0.75% -
XYZ 28.89 42.56 20.88 -
YUV 160 98.65 97.33 -
System Red Green Blue C M Y K H S L
Decimal 117 192 108 0.39 0 0.44 0.25 113.57 0.4 0.59
Hex 75 C0 6C 27 0 2C 19 72 28 3B
Octal 165 300 154 47 0 54 31 162 50 73
Binary 1110101 11000000 1101100 100111 0 101100 11001 1110010 101000 111011

Color Harmonies of #75C06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C06C

Black with #75C06C

Text Example


Text Example

White with #75C06C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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