Html Css Color HEX #75B682 Bay Leaf

📋 copy color: '#75B682'

red 117 ◦ green 182 ◦ blue 130

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

Shades of Bay Leaf #75B682

Tints of Bay Leaf #75B682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 30.3%

R = 27.27%
G = 42.42%
B = 30.3%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#75B682 (or 0x75B682) is known color: Bay Leaf. HEX triplet: 75, B6 and 82. RGB value is (117,182,130). Sum of RGB (Red+Green+Blue) = 117+182+130=429 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.27% from 429); Green value is 182 (71.48% from 255 or 42.42% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 182 - color contains mainly: green. Hex color #75B682 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75B682 is #8A497D. Grayscale: #9C9C9C. Windows color (decimal): -9062782 or 8566389. OLE color: 8566389.

HSL color Cylindrical-coordinate representation of color #75B682: hue angle of 132º 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 #75B682 is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB 117 182 130 -
CMYK 0.36 0 0.29 0.29
HSL 132º 0.31% 0.59% -
HSV(B) 132º 0.36% 0.71% -
XYZ 28.09 38.85 27.14 -
YUV 156.64 112.97 99.73 -
System Red Green Blue C M Y K H S L
Decimal 117 182 130 0.36 0 0.29 0.29 132 0.31 0.59
Hex 75 B6 82 24 0 1D 1D 84 1F 3B
Octal 165 266 202 44 0 35 35 204 37 73
Binary 1110101 10110110 10000010 100100 0 11101 11101 10000100 11111 111011

Color Harmonies of #75B682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B682

Black with #75B682

Text Example


Text Example

White with #75B682

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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