Html Css Color HEX #76C58A Bay Leaf

📋 copy color: '#76C58A'

red 118 ◦ green 197 ◦ blue 138

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

Shades of Bay Leaf #76C58A

Tints of Bay Leaf #76C58A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.49%

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

R = 26.05%
G = 43.49%
B = 30.46%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#76C58A (or 0x76C58A) is known color: Bay Leaf. HEX triplet: 76, C5 and 8A. RGB value is (118,197,138). Sum of RGB (Red+Green+Blue) = 118+197+138=453 (60% of max value = 765). Red value is 118 (46.48% from 255 or 26.05% from 453); Green value is 197 (77.34% from 255 or 43.49% from 453); Blue value is 138 (54.30% from 255 or 30.46% from 453); Max value from RGB is 197 - color contains mainly: green. Hex color #76C58A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C58A is #893A75. Grayscale: #A6A6A6. Windows color (decimal): -8993398 or 9094518. OLE color: 9094518.

HSL color Cylindrical-coordinate representation of color #76C58A: hue angle of 135.19º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #76C58A is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB 118 197 138 -
CMYK 0.40 0 0.30 0.23
HSL 135.19º 0.41% 0.62% -
HSV(B) 135.19º 0.4% 0.77% -
XYZ 32.02 45.62 31.16 -
YUV 166.65 111.83 93.3 -
System Red Green Blue C M Y K H S L
Decimal 118 197 138 0.40 0 0.30 0.23 135.19 0.41 0.62
Hex 76 C5 8A 28 0 1E 17 87 29 3E
Octal 166 305 212 50 0 36 27 207 51 76
Binary 1110110 11000101 10001010 101000 0 11110 10111 10000111 101001 111110

Color Harmonies of #76C58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C58A

Black with #76C58A

Text Example


Text Example

White with #76C58A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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