Html Css Color HEX #76BF8B Bay Leaf

📋 copy color: '#76BF8B'

red 118 ◦ green 191 ◦ blue 139

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

Shades of Bay Leaf #76BF8B

Tints of Bay Leaf #76BF8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.03%

R = 26.34%
G = 42.63%
B = 31.03%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#76BF8B (or 0x76BF8B) is known color: Bay Leaf. HEX triplet: 76, BF and 8B. RGB value is (118,191,139). Sum of RGB (Red+Green+Blue) = 118+191+139=448 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.34% from 448); Green value is 191 (75% from 255 or 42.63% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 191 - color contains mainly: green. Hex color #76BF8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BF8B is #894074. Grayscale: #A3A3A3. Windows color (decimal): -8994933 or 9158518. OLE color: 9158518.

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

Color convert

RGB 118 191 139 -
CMYK 0.38 0 0.27 0.25
HSL 137.26º 0.36% 0.61% -
HSV(B) 137.26º 0.38% 0.75% -
XYZ 30.76 42.98 31.1 -
YUV 163.25 114.32 95.73 -
System Red Green Blue C M Y K H S L
Decimal 118 191 139 0.38 0 0.27 0.25 137.26 0.36 0.61
Hex 76 BF 8B 26 0 1B 19 89 24 3D
Octal 166 277 213 46 0 33 31 211 44 75
Binary 1110110 10111111 10001011 100110 0 11011 11001 10001001 100100 111101

Color Harmonies of #76BF8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BF8B

Black with #76BF8B

Text Example


Text Example

White with #76BF8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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