Html Css Color HEX #76B78A Bay Leaf

📋 copy color: '#76B78A'

red 118 ◦ green 183 ◦ blue 138

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

Shades of Bay Leaf #76B78A

Tints of Bay Leaf #76B78A

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.69%

 BLUE value IS 138 (54.3% from 255) = 31.44%

R = 26.88%
G = 41.69%
B = 31.44%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#76B78A (or 0x76B78A) is known color: Bay Leaf. HEX triplet: 76, B7 and 8A. RGB value is (118,183,138). Sum of RGB (Red+Green+Blue) = 118+183+138=439 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.88% from 439); Green value is 183 (71.88% from 255 or 41.69% from 439); Blue value is 138 (54.30% from 255 or 31.44% from 439); Max value from RGB is 183 - color contains mainly: green. Hex color #76B78A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B78A is #894875. Grayscale: #9E9E9E. Windows color (decimal): -8996982 or 9090934. OLE color: 9090934.

HSL color Cylindrical-coordinate representation of color #76B78A: hue angle of 138.46º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #76B78A is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB 118 183 138 -
CMYK 0.36 0 0.25 0.28
HSL 138.46º 0.31% 0.59% -
HSV(B) 138.46º 0.36% 0.72% -
XYZ 28.99 39.55 30.15 -
YUV 158.44 116.47 99.16 -
System Red Green Blue C M Y K H S L
Decimal 118 183 138 0.36 0 0.25 0.28 138.46 0.31 0.59
Hex 76 B7 8A 24 0 19 1C 8A 1F 3B
Octal 166 267 212 44 0 31 34 212 37 73
Binary 1110110 10110111 10001010 100100 0 11001 11100 10001010 11111 111011

Color Harmonies of #76B78A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B78A

Black with #76B78A

Text Example


Text Example

White with #76B78A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,183,138); }

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

background-color css

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

 a { background-color: rgb(118,183,138); }

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

border-color css

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

 span { border-color: rgb(118,183,138); }

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