Html Css Color HEX #75AC7F Bay Leaf

📋 copy color: '#75AC7F'

red 117 ◦ green 172 ◦ blue 127

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

Shades of Bay Leaf #75AC7F

Tints of Bay Leaf #75AC7F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.35%

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

R = 28.13%
G = 41.35%
B = 30.53%

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

#75AC7F (or 0x75AC7F) is known color: Bay Leaf. HEX triplet: 75, AC and 7F. RGB value is (117,172,127). Sum of RGB (Red+Green+Blue) = 117+172+127=416 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.12% from 416); Green value is 172 (67.58% from 255 or 41.35% from 416); Blue value is 127 (50% from 255 or 30.53% from 416); Max value from RGB is 172 - color contains mainly: green. Hex color #75AC7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AC7F is #8A5380. Grayscale: #969696. Windows color (decimal): -9065345 or 8367221. OLE color: 8367221.

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

Color convert

RGB 117 172 127 -
CMYK 0.32 0 0.26 0.33
HSL 130.91º 0.25% 0.57% -
HSV(B) 130.91º 0.32% 0.67% -
XYZ 25.92 34.82 25.43 -
YUV 150.43 114.78 104.16 -
System Red Green Blue C M Y K H S L
Decimal 117 172 127 0.32 0 0.26 0.33 130.91 0.25 0.57
Hex 75 AC 7F 20 0 1A 21 83 19 39
Octal 165 254 177 40 0 32 41 203 31 71
Binary 1110101 10101100 1111111 100000 0 11010 100001 10000011 11001 111001

Color Harmonies of #75AC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AC7F

Black with #75AC7F

Text Example


Text Example

White with #75AC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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