Html Css Color HEX #75C075 Fern

📋 copy color: '#75C075'

red 117 ◦ green 192 ◦ blue 117

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

Shades of Fern #75C075

Tints of Fern #75C075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.46%

R = 27.46%
G = 45.07%
B = 27.46%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#75C075 (or 0x75C075) is known color: Fern. HEX triplet: 75, C0 and 75. RGB value is (117,192,117). Sum of RGB (Red+Green+Blue) = 117+192+117=426 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.46% from 426); Green value is 192 (75.39% from 255 or 45.07% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 192 - color contains mainly: green. Hex color #75C075 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C075 is #8A3F8A. Grayscale: #A1A1A1. Windows color (decimal): -9060235 or 7716981. OLE color: 7716981.

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

Color convert

RGB 117 192 117 -
CMYK 0.39 0 0.39 0.25
HSL 120º 0.37% 0.61% -
HSV(B) 120º 0.39% 0.75% -
XYZ 29.4 42.77 23.53 -
YUV 161.03 103.15 96.6 -
System Red Green Blue C M Y K H S L
Decimal 117 192 117 0.39 0 0.39 0.25 120 0.37 0.61
Hex 75 C0 75 27 0 27 19 78 25 3D
Octal 165 300 165 47 0 47 31 170 45 75
Binary 1110101 11000000 1110101 100111 0 100111 11001 1111000 100101 111101

Color Harmonies of #75C075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C075

Black with #75C075

Text Example


Text Example

White with #75C075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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