Html Css Color HEX #75BD74 Fern

📋 copy color: '#75BD74'

red 117 ◦ green 189 ◦ blue 116

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

Shades of Fern #75BD74

Tints of Fern #75BD74

RGB

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

 GREEN value IS 189 (74.22% from 255) = 44.79%

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

R = 27.73%
G = 44.79%
B = 27.49%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#75BD74 (or 0x75BD74) is known color: Fern. HEX triplet: 75, BD and 74. RGB value is (117,189,116). Sum of RGB (Red+Green+Blue) = 117+189+116=422 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.73% from 422); Green value is 189 (74.22% from 255 or 44.79% from 422); Blue value is 116 (45.70% from 255 or 27.49% from 422); Max value from RGB is 189 - color contains mainly: green. Hex color #75BD74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BD74 is #8A428B. Grayscale: #9F9F9F. Windows color (decimal): -9061004 or 7650677. OLE color: 7650677.

HSL color Cylindrical-coordinate representation of color #75BD74: hue angle of 119.18º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #75BD74 is Cyan = 0.38, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 189 116 -
CMYK 0.38 0 0.39 0.26
HSL 119.18º 0.36% 0.6% -
HSV(B) 119.18º 0.39% 0.74% -
XYZ 28.69 41.44 23.01 -
YUV 159.15 103.65 97.94 -
System Red Green Blue C M Y K H S L
Decimal 117 189 116 0.38 0 0.39 0.26 119.18 0.36 0.6
Hex 75 BD 74 26 0 27 1A 77 24 3C
Octal 165 275 164 46 0 47 32 167 44 74
Binary 1110101 10111101 1110100 100110 0 100111 11010 1110111 100100 111100

Color Harmonies of #75BD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BD74

Black with #75BD74

Text Example


Text Example

White with #75BD74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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