Html Css Color HEX #76C185 Bay Leaf

📋 copy color: '#76C185'

red 118 ◦ green 193 ◦ blue 133

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

Shades of Bay Leaf #76C185

Tints of Bay Leaf #76C185

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.47%

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

R = 26.58%
G = 43.47%
B = 29.95%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#76C185 (or 0x76C185) is known color: Bay Leaf. HEX triplet: 76, C1 and 85. RGB value is (118,193,133). Sum of RGB (Red+Green+Blue) = 118+193+133=444 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.58% from 444); Green value is 193 (75.78% from 255 or 43.47% from 444); Blue value is 133 (52.34% from 255 or 29.95% from 444); Max value from RGB is 193 - color contains mainly: green. Hex color #76C185 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C185 is #893E7A. Grayscale: #A3A3A3. Windows color (decimal): -8994427 or 8765814. OLE color: 8765814.

HSL color Cylindrical-coordinate representation of color #76C185: hue angle of 132º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76C185 is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB 118 193 133 -
CMYK 0.39 0 0.31 0.24
HSL 132º 0.38% 0.61% -
HSV(B) 132º 0.39% 0.76% -
XYZ 30.77 43.68 29 -
YUV 163.74 110.65 95.38 -
System Red Green Blue C M Y K H S L
Decimal 118 193 133 0.39 0 0.31 0.24 132 0.38 0.61
Hex 76 C1 85 27 0 1F 18 84 26 3D
Octal 166 301 205 47 0 37 30 204 46 75
Binary 1110110 11000001 10000101 100111 0 11111 11000 10000100 100110 111101

Color Harmonies of #76C185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C185

Black with #76C185

Text Example


Text Example

White with #76C185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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