Html Css Color HEX #77B283 Bay Leaf

📋 copy color: '#77B283'

red 119 ◦ green 178 ◦ blue 131

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

Shades of Bay Leaf #77B283

Tints of Bay Leaf #77B283

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.59%

 BLUE value IS 131 (51.56% from 255) = 30.61%

R = 27.8%
G = 41.59%
B = 30.61%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#77B283 (or 0x77B283) is known color: Bay Leaf. HEX triplet: 77, B2 and 83. RGB value is (119,178,131). Sum of RGB (Red+Green+Blue) = 119+178+131=428 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.80% from 428); Green value is 178 (69.92% from 255 or 41.59% from 428); Blue value is 131 (51.56% from 255 or 30.61% from 428); Max value from RGB is 178 - color contains mainly: green. Hex color #77B283 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77B283 is #884D7C. Grayscale: #9B9B9B. Windows color (decimal): -8932733 or 8630903. OLE color: 8630903.

HSL color Cylindrical-coordinate representation of color #77B283: hue angle of 132.2º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #77B283 is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB 119 178 131 -
CMYK 0.33 0 0.26 0.30
HSL 132.2º 0.28% 0.58% -
HSV(B) 132.2º 0.33% 0.7% -
XYZ 27.62 37.4 27.24 -
YUV 155 114.45 102.32 -
System Red Green Blue C M Y K H S L
Decimal 119 178 131 0.33 0 0.26 0.30 132.2 0.28 0.58
Hex 77 B2 83 21 0 1A 1E 84 1C 3A
Octal 167 262 203 41 0 32 36 204 34 72
Binary 1110111 10110010 10000011 100001 0 11010 11110 10000100 11100 111010

Color Harmonies of #77B283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B283

Black with #77B283

Text Example


Text Example

White with #77B283

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,178,131); }

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

background-color css

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

 a { background-color: rgb(119,178,131); }

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

border-color css

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

 span { border-color: rgb(119,178,131); }

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