Html Css Color HEX #75B78F Bay Leaf

📋 copy color: '#75B78F'

red 117 ◦ green 183 ◦ blue 143

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

Shades of Bay Leaf #75B78F

Tints of Bay Leaf #75B78F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.31%

 BLUE value IS 143 (56.25% from 255) = 32.28%

R = 26.41%
G = 41.31%
B = 32.28%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#75B78F (or 0x75B78F) is known color: Bay Leaf. HEX triplet: 75, B7 and 8F. RGB value is (117,183,143). Sum of RGB (Red+Green+Blue) = 117+183+143=443 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.41% from 443); Green value is 183 (71.88% from 255 or 41.31% from 443); Blue value is 143 (56.25% from 255 or 32.28% from 443); Max value from RGB is 183 - color contains mainly: green. Hex color #75B78F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75B78F is #8A4870. Grayscale: #9E9E9E. Windows color (decimal): -9062513 or 9418613. OLE color: 9418613.

HSL color Cylindrical-coordinate representation of color #75B78F: hue angle of 143.64º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #75B78F is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB 117 183 143 -
CMYK 0.36 0 0.22 0.28
HSL 143.64º 0.31% 0.59% -
HSV(B) 143.64º 0.36% 0.72% -
XYZ 29.23 39.63 32.1 -
YUV 158.71 119.13 98.25 -
System Red Green Blue C M Y K H S L
Decimal 117 183 143 0.36 0 0.22 0.28 143.64 0.31 0.59
Hex 75 B7 8F 24 0 16 1C 90 1F 3B
Octal 165 267 217 44 0 26 34 220 37 73
Binary 1110101 10110111 10001111 100100 0 10110 11100 10010000 11111 111011

Color Harmonies of #75B78F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B78F

Black with #75B78F

Text Example


Text Example

White with #75B78F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,183,143); }

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

background-color css

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

 a { background-color: rgb(117,183,143); }

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

border-color css

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

 span { border-color: rgb(117,183,143); }

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