Html Css Color HEX #75AB7F Bay Leaf

📋 copy color: '#75AB7F'

red 117 ◦ green 171 ◦ blue 127

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

Shades of Bay Leaf #75AB7F

Tints of Bay Leaf #75AB7F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.2%

 BLUE value IS 127 (50% from 255) = 30.6%

R = 28.19%
G = 41.2%
B = 30.6%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#75AB7F (or 0x75AB7F) is known color: Bay Leaf. HEX triplet: 75, AB and 7F. RGB value is (117,171,127). Sum of RGB (Red+Green+Blue) = 117+171+127=415 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.19% from 415); Green value is 171 (67.19% from 255 or 41.20% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 171 - color contains mainly: green. Hex color #75AB7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AB7F is #8A5480. Grayscale: #959595. Windows color (decimal): -9065601 or 8366965. OLE color: 8366965.

HSL color Cylindrical-coordinate representation of color #75AB7F: hue angle of 131.11º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #75AB7F is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 171 127 -
CMYK 0.32 0 0.26 0.33
HSL 131.11º 0.24% 0.56% -
HSV(B) 131.11º 0.32% 0.67% -
XYZ 25.73 34.44 25.37 -
YUV 149.84 115.11 104.58 -
System Red Green Blue C M Y K H S L
Decimal 117 171 127 0.32 0 0.26 0.33 131.11 0.24 0.56
Hex 75 AB 7F 20 0 1A 21 83 18 38
Octal 165 253 177 40 0 32 41 203 30 70
Binary 1110101 10101011 1111111 100000 0 11010 100001 10000011 11000 111000

Color Harmonies of #75AB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AB7F

Black with #75AB7F

Text Example


Text Example

White with #75AB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,171,127); }

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

background-color css

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

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

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

border-color css

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

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

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