Html Css Color HEX #76C08F Bay Leaf

📋 copy color: '#76C08F'

red 118 ◦ green 192 ◦ blue 143

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

Shades of Bay Leaf #76C08F

Tints of Bay Leaf #76C08F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.38%

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

R = 26.05%
G = 42.38%
B = 31.57%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#76C08F (or 0x76C08F) is known color: Bay Leaf. HEX triplet: 76, C0 and 8F. RGB value is (118,192,143). Sum of RGB (Red+Green+Blue) = 118+192+143=453 (60% of max value = 765). Red value is 118 (46.48% from 255 or 26.05% from 453); Green value is 192 (75.39% from 255 or 42.38% from 453); Blue value is 143 (56.25% from 255 or 31.57% from 453); Max value from RGB is 192 - color contains mainly: green. Hex color #76C08F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C08F is #893F70. Grayscale: #A4A4A4. Windows color (decimal): -8994673 or 9420918. OLE color: 9420918.

HSL color Cylindrical-coordinate representation of color #76C08F: hue angle of 140.27º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76C08F is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 192 143 -
CMYK 0.39 0 0.26 0.25
HSL 140.27º 0.37% 0.61% -
HSV(B) 140.27º 0.39% 0.75% -
XYZ 31.28 43.53 32.74 -
YUV 164.29 115.98 94.98 -
System Red Green Blue C M Y K H S L
Decimal 118 192 143 0.39 0 0.26 0.25 140.27 0.37 0.61
Hex 76 C0 8F 27 0 1A 19 8C 25 3D
Octal 166 300 217 47 0 32 31 214 45 75
Binary 1110110 11000000 10001111 100111 0 11010 11001 10001100 100101 111101

Color Harmonies of #76C08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C08F

Black with #76C08F

Text Example


Text Example

White with #76C08F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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