Html Css Color HEX #76B68F Bay Leaf

📋 copy color: '#76B68F'

red 118 ◦ green 182 ◦ blue 143

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

Shades of Bay Leaf #76B68F

Tints of Bay Leaf #76B68F

RGB

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

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

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

R = 26.64%
G = 41.08%
B = 32.28%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#76B68F (or 0x76B68F) is known color: Bay Leaf. HEX triplet: 76, B6 and 8F. RGB value is (118,182,143). Sum of RGB (Red+Green+Blue) = 118+182+143=443 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.64% from 443); Green value is 182 (71.48% from 255 or 41.08% from 443); Blue value is 143 (56.25% from 255 or 32.28% from 443); Max value from RGB is 182 - color contains mainly: green. Hex color #76B68F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B68F is #894970. Grayscale: #9E9E9E. Windows color (decimal): -8997233 or 9418358. OLE color: 9418358.

HSL color Cylindrical-coordinate representation of color #76B68F: hue angle of 143.44º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #76B68F is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB 118 182 143 -
CMYK 0.35 0 0.21 0.29
HSL 143.44º 0.3% 0.59% -
HSV(B) 143.44º 0.35% 0.71% -
XYZ 29.16 39.29 32.03 -
YUV 158.42 119.3 99.17 -
System Red Green Blue C M Y K H S L
Decimal 118 182 143 0.35 0 0.21 0.29 143.44 0.3 0.59
Hex 76 B6 8F 23 0 15 1D 8F 1E 3B
Octal 166 266 217 43 0 25 35 217 36 73
Binary 1110110 10110110 10001111 100011 0 10101 11101 10001111 11110 111011

Color Harmonies of #76B68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B68F

Black with #76B68F

Text Example


Text Example

White with #76B68F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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