Html Css Color HEX #75B68D Bay Leaf

📋 copy color: '#75B68D'

red 117 ◦ green 182 ◦ blue 141

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

Shades of Bay Leaf #75B68D

Tints of Bay Leaf #75B68D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.05%

R = 26.59%
G = 41.36%
B = 32.05%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#75B68D (or 0x75B68D) is known color: Bay Leaf. HEX triplet: 75, B6 and 8D. RGB value is (117,182,141). Sum of RGB (Red+Green+Blue) = 117+182+141=440 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.59% from 440); Green value is 182 (71.48% from 255 or 41.36% from 440); Blue value is 141 (55.47% from 255 or 32.05% from 440); Max value from RGB is 182 - color contains mainly: green. Hex color #75B68D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75B68D is #8A4972. Grayscale: #9D9D9D. Windows color (decimal): -9062771 or 9287285. OLE color: 9287285.

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

Color convert

RGB 117 182 141 -
CMYK 0.36 0 0.23 0.29
HSL 142.15º 0.31% 0.59% -
HSV(B) 142.15º 0.36% 0.71% -
XYZ 28.87 39.16 31.24 -
YUV 157.89 118.47 98.83 -
System Red Green Blue C M Y K H S L
Decimal 117 182 141 0.36 0 0.23 0.29 142.15 0.31 0.59
Hex 75 B6 8D 24 0 17 1D 8E 1F 3B
Octal 165 266 215 44 0 27 35 216 37 73
Binary 1110101 10110110 10001101 100100 0 10111 11101 10001110 11111 111011

Color Harmonies of #75B68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B68D

Black with #75B68D

Text Example


Text Example

White with #75B68D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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