Html Css Color HEX #76B27D Bay Leaf

📋 copy color: '#76B27D'

red 118 ◦ green 178 ◦ blue 125

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

Shades of Bay Leaf #76B27D

Tints of Bay Leaf #76B27D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.28%

 BLUE value IS 125 (49.22% from 255) = 29.69%

R = 28.03%
G = 42.28%
B = 29.69%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#76B27D (or 0x76B27D) is known color: Bay Leaf. HEX triplet: 76, B2 and 7D. RGB value is (118,178,125). Sum of RGB (Red+Green+Blue) = 118+178+125=421 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.03% from 421); Green value is 178 (69.92% from 255 or 42.28% from 421); Blue value is 125 (49.22% from 255 or 29.69% from 421); Max value from RGB is 178 - color contains mainly: green. Hex color #76B27D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76B27D is #894D82. Grayscale: #9A9A9A. Windows color (decimal): -8998275 or 8237686. OLE color: 8237686.

HSL color Cylindrical-coordinate representation of color #76B27D: hue angle of 127º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #76B27D is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB 118 178 125 -
CMYK 0.34 0 0.30 0.30
HSL 127º 0.28% 0.58% -
HSV(B) 127º 0.34% 0.7% -
XYZ 27.09 37.17 25.15 -
YUV 154.02 111.62 102.31 -
System Red Green Blue C M Y K H S L
Decimal 118 178 125 0.34 0 0.30 0.30 127 0.28 0.58
Hex 76 B2 7D 22 0 1E 1E 7F 1C 3A
Octal 166 262 175 42 0 36 36 177 34 72
Binary 1110110 10110010 1111101 100010 0 11110 11110 1111111 11100 111010

Color Harmonies of #76B27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B27D

Black with #76B27D

Text Example


Text Example

White with #76B27D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,178,125); }

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

background-color css

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

 a { background-color: rgb(118,178,125); }

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

border-color css

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

 span { border-color: rgb(118,178,125); }

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