Html Css Color HEX #75C374 Fern

📋 copy color: '#75C374'

red 117 ◦ green 195 ◦ blue 116

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

Shades of Fern #75C374

Tints of Fern #75C374

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.56%

 BLUE value IS 116 (45.7% from 255) = 27.1%

R = 27.34%
G = 45.56%
B = 27.1%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#75C374 (or 0x75C374) is known color: Fern. HEX triplet: 75, C3 and 74. RGB value is (117,195,116). Sum of RGB (Red+Green+Blue) = 117+195+116=428 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.34% from 428); Green value is 195 (76.56% from 255 or 45.56% from 428); Blue value is 116 (45.70% from 255 or 27.10% from 428); Max value from RGB is 195 - color contains mainly: green. Hex color #75C374 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C374 is #8A3C8B. Grayscale: #A2A2A2. Windows color (decimal): -9059468 or 7652213. OLE color: 7652213.

HSL color Cylindrical-coordinate representation of color #75C374: hue angle of 119.24º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #75C374 is Cyan = 0.4, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 117 195 116 -
CMYK 0.4 0 0.41 0.24
HSL 119.24º 0.4% 0.61% -
HSV(B) 119.24º 0.41% 0.76% -
XYZ 30 44.07 23.45 -
YUV 162.67 101.66 95.42 -
System Red Green Blue C M Y K H S L
Decimal 117 195 116 0.4 0 0.41 0.24 119.24 0.4 0.61
Hex 75 C3 74 28 0 29 18 77 28 3D
Octal 165 303 164 50 0 51 30 167 50 75
Binary 1110101 11000011 1110100 101000 0 101001 11000 1110111 101000 111101

Color Harmonies of #75C374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C374

Black with #75C374

Text Example


Text Example

White with #75C374

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,195,116); }

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

background-color css

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

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

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

border-color css

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

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

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