Html Css Color HEX #75B380 Bay Leaf

📋 copy color: '#75B380'

red 117 ◦ green 179 ◦ blue 128

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

Shades of Bay Leaf #75B380

Tints of Bay Leaf #75B380

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.22%

 BLUE value IS 128 (50.39% from 255) = 30.19%

R = 27.59%
G = 42.22%
B = 30.19%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#75B380 (or 0x75B380) is known color: Bay Leaf. HEX triplet: 75, B3 and 80. RGB value is (117,179,128). Sum of RGB (Red+Green+Blue) = 117+179+128=424 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.59% from 424); Green value is 179 (70.31% from 255 or 42.22% from 424); Blue value is 128 (50.39% from 255 or 30.19% from 424); Max value from RGB is 179 - color contains mainly: green. Hex color #75B380 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75B380 is #8A4C7F. Grayscale: #9A9A9A. Windows color (decimal): -9063552 or 8434549. OLE color: 8434549.

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

Color convert

RGB 117 179 128 -
CMYK 0.35 0 0.28 0.30
HSL 130.65º 0.29% 0.58% -
HSV(B) 130.65º 0.35% 0.7% -
XYZ 27.35 37.58 26.23 -
YUV 154.65 112.96 101.15 -
System Red Green Blue C M Y K H S L
Decimal 117 179 128 0.35 0 0.28 0.30 130.65 0.29 0.58
Hex 75 B3 80 23 0 1C 1E 83 1D 3A
Octal 165 263 200 43 0 34 36 203 35 72
Binary 1110101 10110011 10000000 100011 0 11100 11110 10000011 11101 111010

Color Harmonies of #75B380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B380

Black with #75B380

Text Example


Text Example

White with #75B380

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,179,128); }

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

background-color css

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

 a { background-color: rgb(117,179,128); }

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

border-color css

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

 span { border-color: rgb(117,179,128); }

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