Html Css Color HEX #75B280 Bay Leaf

📋 copy color: '#75B280'

red 117 ◦ green 178 ◦ blue 128

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

Shades of Bay Leaf #75B280

Tints of Bay Leaf #75B280

RGB

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

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

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

R = 27.66%
G = 42.08%
B = 30.26%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#75B280 (or 0x75B280) is known color: Bay Leaf. HEX triplet: 75, B2 and 80. RGB value is (117,178,128). Sum of RGB (Red+Green+Blue) = 117+178+128=423 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.66% from 423); Green value is 178 (69.92% from 255 or 42.08% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 178 - color contains mainly: green. Hex color #75B280 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75B280 is #8A4D7F. Grayscale: #9A9A9A. Windows color (decimal): -9063808 or 8434293. OLE color: 8434293.

HSL color Cylindrical-coordinate representation of color #75B280: hue angle of 130.82º 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 #75B280 is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB 117 178 128 -
CMYK 0.34 0 0.28 0.30
HSL 130.82º 0.28% 0.58% -
HSV(B) 130.82º 0.34% 0.7% -
XYZ 27.15 37.18 26.17 -
YUV 154.06 113.29 101.57 -
System Red Green Blue C M Y K H S L
Decimal 117 178 128 0.34 0 0.28 0.30 130.82 0.28 0.58
Hex 75 B2 80 22 0 1C 1E 83 1C 3A
Octal 165 262 200 42 0 34 36 203 34 72
Binary 1110101 10110010 10000000 100010 0 11100 11110 10000011 11100 111010

Color Harmonies of #75B280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B280

Black with #75B280

Text Example


Text Example

White with #75B280

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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