Html Css Color HEX #75B689 Bay Leaf

📋 copy color: '#75B689'

red 117 ◦ green 182 ◦ blue 137

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

Shades of Bay Leaf #75B689

Tints of Bay Leaf #75B689

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.74%

 BLUE value IS 137 (53.91% from 255) = 31.42%

R = 26.83%
G = 41.74%
B = 31.42%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#75B689 (or 0x75B689) is known color: Bay Leaf. HEX triplet: 75, B6 and 89. RGB value is (117,182,137). Sum of RGB (Red+Green+Blue) = 117+182+137=436 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.83% from 436); Green value is 182 (71.48% from 255 or 41.74% from 436); Blue value is 137 (53.91% from 255 or 31.42% from 436); Max value from RGB is 182 - color contains mainly: green. Hex color #75B689 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75B689 is #8A4976. Grayscale: #9D9D9D. Windows color (decimal): -9062775 or 9025141. OLE color: 9025141.

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

Color convert

RGB 117 182 137 -
CMYK 0.36 0 0.25 0.29
HSL 138.46º 0.31% 0.59% -
HSV(B) 138.46º 0.36% 0.71% -
XYZ 28.58 39.04 29.7 -
YUV 157.44 116.47 99.16 -
System Red Green Blue C M Y K H S L
Decimal 117 182 137 0.36 0 0.25 0.29 138.46 0.31 0.59
Hex 75 B6 89 24 0 19 1D 8A 1F 3B
Octal 165 266 211 44 0 31 35 212 37 73
Binary 1110101 10110110 10001001 100100 0 11001 11101 10001010 11111 111011

Color Harmonies of #75B689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B689

Black with #75B689

Text Example


Text Example

White with #75B689

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,182,137); }

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

background-color css

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

 a { background-color: rgb(117,182,137); }

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

border-color css

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

 span { border-color: rgb(117,182,137); }

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