Html Css Color HEX #75B26F Fern

📋 copy color: '#75B26F'

red 117 ◦ green 178 ◦ blue 111

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

Shades of Fern #75B26F

Tints of Fern #75B26F

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43.84%

 BLUE value IS 111 (43.75% from 255) = 27.34%

R = 28.82%
G = 43.84%
B = 27.34%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#75B26F (or 0x75B26F) is known color: Fern. HEX triplet: 75, B2 and 6F. RGB value is (117,178,111). Sum of RGB (Red+Green+Blue) = 117+178+111=406 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.82% from 406); Green value is 178 (69.92% from 255 or 43.84% from 406); Blue value is 111 (43.75% from 255 or 27.34% from 406); Max value from RGB is 178 - color contains mainly: green. Hex color #75B26F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75B26F is #8A4D90. Grayscale: #989898. Windows color (decimal): -9063825 or 7320181. OLE color: 7320181.

HSL color Cylindrical-coordinate representation of color #75B26F: hue angle of 114.63º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #75B26F is Cyan = 0.34, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB 117 178 111 -
CMYK 0.34 0 0.38 0.30
HSL 114.63º 0.3% 0.57% -
HSV(B) 114.63º 0.38% 0.7% -
XYZ 26.13 36.77 20.76 -
YUV 152.12 104.79 102.95 -
System Red Green Blue C M Y K H S L
Decimal 117 178 111 0.34 0 0.38 0.30 114.63 0.3 0.57
Hex 75 B2 6F 22 0 26 1E 73 1E 39
Octal 165 262 157 42 0 46 36 163 36 71
Binary 1110101 10110010 1101111 100010 0 100110 11110 1110011 11110 111001

Color Harmonies of #75B26F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B26F

Black with #75B26F

Text Example


Text Example

White with #75B26F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,178,111); }

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

background-color css

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

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

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

border-color css

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

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

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