Html Css Color HEX #76B385 Bay Leaf

📋 copy color: '#76B385'

red 118 ◦ green 179 ◦ blue 133

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

Shades of Bay Leaf #76B385

Tints of Bay Leaf #76B385

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.63%

 BLUE value IS 133 (52.34% from 255) = 30.93%

R = 27.44%
G = 41.63%
B = 30.93%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#76B385 (or 0x76B385) is known color: Bay Leaf. HEX triplet: 76, B3 and 85. RGB value is (118,179,133). Sum of RGB (Red+Green+Blue) = 118+179+133=430 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.44% from 430); Green value is 179 (70.31% from 255 or 41.63% from 430); Blue value is 133 (52.34% from 255 or 30.93% from 430); Max value from RGB is 179 - color contains mainly: green. Hex color #76B385 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B385 is #894C7A. Grayscale: #9B9B9B. Windows color (decimal): -8998011 or 8762230. OLE color: 8762230.

HSL color Cylindrical-coordinate representation of color #76B385: hue angle of 134.75º degrees, saturation: 0.29, 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 #76B385 is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB 118 179 133 -
CMYK 0.34 0 0.26 0.30
HSL 134.75º 0.29% 0.58% -
HSV(B) 134.75º 0.34% 0.7% -
XYZ 27.82 37.79 28.02 -
YUV 155.52 115.29 101.24 -
System Red Green Blue C M Y K H S L
Decimal 118 179 133 0.34 0 0.26 0.30 134.75 0.29 0.58
Hex 76 B3 85 22 0 1A 1E 87 1D 3A
Octal 166 263 205 42 0 32 36 207 35 72
Binary 1110110 10110011 10000101 100010 0 11010 11110 10000111 11101 111010

Color Harmonies of #76B385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B385

Black with #76B385

Text Example


Text Example

White with #76B385

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,179,133); }

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

background-color css

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

 a { background-color: rgb(118,179,133); }

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

border-color css

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

 span { border-color: rgb(118,179,133); }

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