Html Css Color HEX #75C06D Fern

📋 copy color: '#75C06D'

red 117 ◦ green 192 ◦ blue 109

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

Shades of Fern #75C06D

Tints of Fern #75C06D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.08%

R = 27.99%
G = 45.93%
B = 26.08%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#75C06D (or 0x75C06D) is known color: Fern. HEX triplet: 75, C0 and 6D. RGB value is (117,192,109). Sum of RGB (Red+Green+Blue) = 117+192+109=418 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.99% from 418); Green value is 192 (75.39% from 255 or 45.93% from 418); Blue value is 109 (42.97% from 255 or 26.08% from 418); Max value from RGB is 192 - color contains mainly: green. Hex color #75C06D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C06D is #8A3F92. Grayscale: #A0A0A0. Windows color (decimal): -9060243 or 7192693. OLE color: 7192693.

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

Color convert

RGB 117 192 109 -
CMYK 0.39 0 0.43 0.25
HSL 114.22º 0.4% 0.59% -
HSV(B) 114.22º 0.43% 0.75% -
XYZ 28.95 42.59 21.16 -
YUV 160.11 99.15 97.25 -
System Red Green Blue C M Y K H S L
Decimal 117 192 109 0.39 0 0.43 0.25 114.22 0.4 0.59
Hex 75 C0 6D 27 0 2B 19 72 28 3B
Octal 165 300 155 47 0 53 31 162 50 73
Binary 1110101 11000000 1101101 100111 0 101011 11001 1110010 101000 111011

Color Harmonies of #75C06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C06D

Black with #75C06D

Text Example


Text Example

White with #75C06D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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