Html Css Color HEX #77BF8A Bay Leaf

📋 copy color: '#77BF8A'

red 119 ◦ green 191 ◦ blue 138

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

Shades of Bay Leaf #77BF8A

Tints of Bay Leaf #77BF8A

RGB

 RED value IS 119 (46.88% from 255) = 26.56%

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

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

R = 26.56%
G = 42.63%
B = 30.8%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#77BF8A (or 0x77BF8A) is known color: Bay Leaf. HEX triplet: 77, BF and 8A. RGB value is (119,191,138). Sum of RGB (Red+Green+Blue) = 119+191+138=448 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.56% from 448); Green value is 191 (75% from 255 or 42.63% from 448); Blue value is 138 (54.30% from 255 or 30.80% from 448); Max value from RGB is 191 - color contains mainly: green. Hex color #77BF8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77BF8A is #884075. Grayscale: #A3A3A3. Windows color (decimal): -8929398 or 9092983. OLE color: 9092983.

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

Color convert

RGB 119 191 138 -
CMYK 0.38 0 0.28 0.25
HSL 135.83º 0.36% 0.61% -
HSV(B) 135.83º 0.38% 0.75% -
XYZ 30.83 43.02 30.72 -
YUV 163.43 113.65 96.31 -
System Red Green Blue C M Y K H S L
Decimal 119 191 138 0.38 0 0.28 0.25 135.83 0.36 0.61
Hex 77 BF 8A 26 0 1C 19 88 24 3D
Octal 167 277 212 46 0 34 31 210 44 75
Binary 1110111 10111111 10001010 100110 0 11100 11001 10001000 100100 111101

Color Harmonies of #77BF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BF8A

Black with #77BF8A

Text Example


Text Example

White with #77BF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77BF8A; }

 p { color: rgb(119,191,138); }

 H1.HeaderClassName
 {
   color: #77BF8A;
 }
 .AnyTagClassName
 {
   color: #77BF8A;
 }
</style>

background-color css

<style>
 a { background-color: #77BF8A; }

 a { background-color: rgb(119,191,138); }

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

border-color css

<style>
 span { border-color: #77BF8A; }

 span { border-color: rgb(119,191,138); }

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