Html Css Color HEX #76BF8D Bay Leaf

📋 copy color: '#76BF8D'

red 118 ◦ green 191 ◦ blue 141

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

Shades of Bay Leaf #76BF8D

Tints of Bay Leaf #76BF8D

RGB

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

 GREEN value IS 191 (75% from 255) = 42.44%

 BLUE value IS 141 (55.47% from 255) = 31.33%

R = 26.22%
G = 42.44%
B = 31.33%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#76BF8D (or 0x76BF8D) is known color: Bay Leaf. HEX triplet: 76, BF and 8D. RGB value is (118,191,141). Sum of RGB (Red+Green+Blue) = 118+191+141=450 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.22% from 450); Green value is 191 (75% from 255 or 42.44% from 450); Blue value is 141 (55.47% from 255 or 31.33% from 450); Max value from RGB is 191 - color contains mainly: green. Hex color #76BF8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BF8D is #894072. Grayscale: #A3A3A3. Windows color (decimal): -8994931 or 9289590. OLE color: 9289590.

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

Color convert

RGB 118 191 141 -
CMYK 0.38 0 0.26 0.25
HSL 138.9º 0.36% 0.61% -
HSV(B) 138.9º 0.38% 0.75% -
XYZ 30.91 43.04 31.88 -
YUV 163.47 115.32 95.57 -
System Red Green Blue C M Y K H S L
Decimal 118 191 141 0.38 0 0.26 0.25 138.9 0.36 0.61
Hex 76 BF 8D 26 0 1A 19 8B 24 3D
Octal 166 277 215 46 0 32 31 213 44 75
Binary 1110110 10111111 10001101 100110 0 11010 11001 10001011 100100 111101

Color Harmonies of #76BF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BF8D

Black with #76BF8D

Text Example


Text Example

White with #76BF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,191,141); }

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

background-color css

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

 a { background-color: rgb(118,191,141); }

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

border-color css

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

 span { border-color: rgb(118,191,141); }

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