Html Css Color HEX #76C18F Bay Leaf

📋 copy color: '#76C18F'

red 118 ◦ green 193 ◦ blue 143

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

Shades of Bay Leaf #76C18F

Tints of Bay Leaf #76C18F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.51%

 BLUE value IS 143 (56.25% from 255) = 31.5%

R = 25.99%
G = 42.51%
B = 31.5%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#76C18F (or 0x76C18F) is known color: Bay Leaf. HEX triplet: 76, C1 and 8F. RGB value is (118,193,143). Sum of RGB (Red+Green+Blue) = 118+193+143=454 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.99% from 454); Green value is 193 (75.78% from 255 or 42.51% from 454); Blue value is 143 (56.25% from 255 or 31.50% from 454); Max value from RGB is 193 - color contains mainly: green. Hex color #76C18F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C18F is #893E70. Grayscale: #A4A4A4. Windows color (decimal): -8994417 or 9421174. OLE color: 9421174.

HSL color Cylindrical-coordinate representation of color #76C18F: hue angle of 140º degrees, saturation: 0.38, 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 #76C18F is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 118 193 143 -
CMYK 0.39 0 0.26 0.24
HSL 140º 0.38% 0.61% -
HSV(B) 140º 0.39% 0.76% -
XYZ 31.5 43.97 32.81 -
YUV 164.88 115.65 94.57 -
System Red Green Blue C M Y K H S L
Decimal 118 193 143 0.39 0 0.26 0.24 140 0.38 0.61
Hex 76 C1 8F 27 0 1A 18 8C 26 3D
Octal 166 301 217 47 0 32 30 214 46 75
Binary 1110110 11000001 10001111 100111 0 11010 11000 10001100 100110 111101

Color Harmonies of #76C18F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C18F

Black with #76C18F

Text Example


Text Example

White with #76C18F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,193,143); }

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

background-color css

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

 a { background-color: rgb(118,193,143); }

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

border-color css

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

 span { border-color: rgb(118,193,143); }

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