Html Css Color HEX #75B28C Bay Leaf

📋 copy color: '#75B28C'

red 117 ◦ green 178 ◦ blue 140

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

Shades of Bay Leaf #75B28C

Tints of Bay Leaf #75B28C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.18%

R = 26.9%
G = 40.92%
B = 32.18%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#75B28C (or 0x75B28C) is known color: Bay Leaf. HEX triplet: 75, B2 and 8C. RGB value is (117,178,140). Sum of RGB (Red+Green+Blue) = 117+178+140=435 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.90% from 435); Green value is 178 (69.92% from 255 or 40.92% from 435); Blue value is 140 (55.08% from 255 or 32.18% from 435); Max value from RGB is 178 - color contains mainly: green. Hex color #75B28C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75B28C is #8A4D73. Grayscale: #9B9B9B. Windows color (decimal): -9063796 or 9220725. OLE color: 9220725.

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

Color convert

RGB 117 178 140 -
CMYK 0.34 0 0.21 0.30
HSL 142.62º 0.28% 0.58% -
HSV(B) 142.62º 0.34% 0.7% -
XYZ 27.99 37.52 30.58 -
YUV 155.43 119.29 100.59 -
System Red Green Blue C M Y K H S L
Decimal 117 178 140 0.34 0 0.21 0.30 142.62 0.28 0.58
Hex 75 B2 8C 22 0 15 1E 8F 1C 3A
Octal 165 262 214 42 0 25 36 217 34 72
Binary 1110101 10110010 10001100 100010 0 10101 11110 10001111 11100 111010

Color Harmonies of #75B28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B28C

Black with #75B28C

Text Example


Text Example

White with #75B28C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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