Html Css Color HEX #75BF8D Bay Leaf

📋 copy color: '#75BF8D'

red 117 ◦ green 191 ◦ blue 141

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

Shades of Bay Leaf #75BF8D

Tints of Bay Leaf #75BF8D

RGB

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

 GREEN value IS 191 (75% from 255) = 42.54%

 BLUE value IS 141 (55.47% from 255) = 31.4%

R = 26.06%
G = 42.54%
B = 31.4%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#75BF8D (or 0x75BF8D) is known color: Bay Leaf. HEX triplet: 75, BF and 8D. RGB value is (117,191,141). Sum of RGB (Red+Green+Blue) = 117+191+141=449 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.06% from 449); Green value is 191 (75% from 255 or 42.54% from 449); Blue value is 141 (55.47% from 255 or 31.40% from 449); Max value from RGB is 191 - color contains mainly: green. Hex color #75BF8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BF8D is #8A4072. Grayscale: #A3A3A3. Windows color (decimal): -9060467 or 9289589. OLE color: 9289589.

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

Color convert

RGB 117 191 141 -
CMYK 0.39 0 0.26 0.25
HSL 139.46º 0.37% 0.6% -
HSV(B) 139.46º 0.39% 0.75% -
XYZ 30.77 42.97 31.87 -
YUV 163.17 115.48 95.07 -
System Red Green Blue C M Y K H S L
Decimal 117 191 141 0.39 0 0.26 0.25 139.46 0.37 0.6
Hex 75 BF 8D 27 0 1A 19 8B 25 3C
Octal 165 277 215 47 0 32 31 213 45 74
Binary 1110101 10111111 10001101 100111 0 11010 11001 10001011 100101 111100

Color Harmonies of #75BF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BF8D

Black with #75BF8D

Text Example


Text Example

White with #75BF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,191,141); }

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

background-color css

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

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

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

border-color css

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

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

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