Html Css Color HEX #76C38D Bay Leaf

📋 copy color: '#76C38D'

red 118 ◦ green 195 ◦ blue 141

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

Shades of Bay Leaf #76C38D

Tints of Bay Leaf #76C38D

RGB

 RED value IS 118 (46.48% from 255) = 25.99%

 GREEN value IS 195 (76.56% from 255) = 42.95%

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

R = 25.99%
G = 42.95%
B = 31.06%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#76C38D (or 0x76C38D) is known color: Bay Leaf. HEX triplet: 76, C3 and 8D. RGB value is (118,195,141). Sum of RGB (Red+Green+Blue) = 118+195+141=454 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.99% from 454); Green value is 195 (76.56% from 255 or 42.95% from 454); Blue value is 141 (55.47% from 255 or 31.06% from 454); Max value from RGB is 195 - color contains mainly: green. Hex color #76C38D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C38D is #893C72. Grayscale: #A5A5A5. Windows color (decimal): -8993907 or 9290614. OLE color: 9290614.

HSL color Cylindrical-coordinate representation of color #76C38D: hue angle of 137.92º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76C38D is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 118 195 141 -
CMYK 0.39 0 0.28 0.24
HSL 137.92º 0.39% 0.61% -
HSV(B) 137.92º 0.39% 0.76% -
XYZ 31.79 44.8 32.17 -
YUV 165.82 113.99 93.89 -
System Red Green Blue C M Y K H S L
Decimal 118 195 141 0.39 0 0.28 0.24 137.92 0.39 0.61
Hex 76 C3 8D 27 0 1C 18 8A 27 3D
Octal 166 303 215 47 0 34 30 212 47 75
Binary 1110110 11000011 10001101 100111 0 11100 11000 10001010 100111 111101

Color Harmonies of #76C38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C38D

Black with #76C38D

Text Example


Text Example

White with #76C38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76C38D; }

 p { color: rgb(118,195,141); }

 H1.HeaderClassName
 {
   color: #76C38D;
 }
 .AnyTagClassName
 {
   color: #76C38D;
 }
</style>

background-color css

<style>
 a { background-color: #76C38D; }

 a { background-color: rgb(118,195,141); }

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

border-color css

<style>
 span { border-color: #76C38D; }

 span { border-color: rgb(118,195,141); }

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