Html Css Color HEX #76C38F Bay Leaf

📋 copy color: '#76C38F'

red 118 ◦ green 195 ◦ blue 143

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

Shades of Bay Leaf #76C38F

Tints of Bay Leaf #76C38F

RGB

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

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

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

R = 25.88%
G = 42.76%
B = 31.36%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#76C38F (or 0x76C38F) is known color: Bay Leaf. HEX triplet: 76, C3 and 8F. RGB value is (118,195,143). Sum of RGB (Red+Green+Blue) = 118+195+143=456 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.88% from 456); Green value is 195 (76.56% from 255 or 42.76% from 456); Blue value is 143 (56.25% from 255 or 31.36% from 456); Max value from RGB is 195 - color contains mainly: green. Hex color #76C38F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C38F is #893C70. Grayscale: #A6A6A6. Windows color (decimal): -8993905 or 9421686. OLE color: 9421686.

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

Color convert

RGB 118 195 143 -
CMYK 0.39 0 0.27 0.24
HSL 139.48º 0.39% 0.61% -
HSV(B) 139.48º 0.39% 0.76% -
XYZ 31.94 44.86 32.96 -
YUV 166.05 114.99 93.73 -
System Red Green Blue C M Y K H S L
Decimal 118 195 143 0.39 0 0.27 0.24 139.48 0.39 0.61
Hex 76 C3 8F 27 0 1B 18 8B 27 3D
Octal 166 303 217 47 0 33 30 213 47 75
Binary 1110110 11000011 10001111 100111 0 11011 11000 10001011 100111 111101

Color Harmonies of #76C38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C38F

Black with #76C38F

Text Example


Text Example

White with #76C38F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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