Html Css Color HEX #75BB8B Bay Leaf

📋 copy color: '#75BB8B'

red 117 ◦ green 187 ◦ blue 139

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

Shades of Bay Leaf #75BB8B

Tints of Bay Leaf #75BB8B

RGB

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

 GREEN value IS 187 (73.44% from 255) = 42.21%

 BLUE value IS 139 (54.69% from 255) = 31.38%

R = 26.41%
G = 42.21%
B = 31.38%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#75BB8B (or 0x75BB8B) is known color: Bay Leaf. HEX triplet: 75, BB and 8B. RGB value is (117,187,139). Sum of RGB (Red+Green+Blue) = 117+187+139=443 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.41% from 443); Green value is 187 (73.44% from 255 or 42.21% from 443); Blue value is 139 (54.69% from 255 or 31.38% from 443); Max value from RGB is 187 - color contains mainly: green. Hex color #75BB8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BB8B is #8A4474. Grayscale: #A0A0A0. Windows color (decimal): -9061493 or 9157493. OLE color: 9157493.

HSL color Cylindrical-coordinate representation of color #75BB8B: hue angle of 138.86º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #75BB8B is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 187 139 -
CMYK 0.37 0 0.26 0.27
HSL 138.86º 0.34% 0.6% -
HSV(B) 138.86º 0.37% 0.73% -
XYZ 29.77 41.19 30.81 -
YUV 160.6 115.81 96.9 -
System Red Green Blue C M Y K H S L
Decimal 117 187 139 0.37 0 0.26 0.27 138.86 0.34 0.6
Hex 75 BB 8B 25 0 1A 1B 8B 22 3C
Octal 165 273 213 45 0 32 33 213 42 74
Binary 1110101 10111011 10001011 100101 0 11010 11011 10001011 100010 111100

Color Harmonies of #75BB8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BB8B

Black with #75BB8B

Text Example


Text Example

White with #75BB8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,187,139); }

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

background-color css

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

 a { background-color: rgb(117,187,139); }

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

border-color css

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

 span { border-color: rgb(117,187,139); }

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