Html Css Color HEX #78A484 Bay Leaf

📋 copy color: '#78A484'

red 120 ◦ green 164 ◦ blue 132

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

Shades of Bay Leaf #78A484

Tints of Bay Leaf #78A484

RGB

 RED value IS 120 (47.27% from 255) = 28.85%

 GREEN value IS 164 (64.45% from 255) = 39.42%

 BLUE value IS 132 (51.95% from 255) = 31.73%

R = 28.85%
G = 39.42%
B = 31.73%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#78A484 (or 0x78A484) is known color: Bay Leaf. HEX triplet: 78, A4 and 84. RGB value is (120,164,132). Sum of RGB (Red+Green+Blue) = 120+164+132=416 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.85% from 416); Green value is 164 (64.45% from 255 or 39.42% from 416); Blue value is 132 (51.95% from 255 or 31.73% from 416); Max value from RGB is 164 - color contains mainly: green. Hex color #78A484 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A484 is #875B7B. Grayscale: #939393. Windows color (decimal): -8870780 or 8692856. OLE color: 8692856.

HSL color Cylindrical-coordinate representation of color #78A484: hue angle of 136.36º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #78A484 is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB 120 164 132 -
CMYK 0.27 0 0.20 0.36
HSL 136.36º 0.19% 0.56% -
HSV(B) 136.36º 0.27% 0.64% -
XYZ 25.19 32.21 26.72 -
YUV 147.2 119.42 108.6 -
System Red Green Blue C M Y K H S L
Decimal 120 164 132 0.27 0 0.20 0.36 136.36 0.19 0.56
Hex 78 A4 84 1B 0 14 24 88 13 38
Octal 170 244 204 33 0 24 44 210 23 70
Binary 1111000 10100100 10000100 11011 0 10100 100100 10001000 10011 111000

Color Harmonies of #78A484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A484

Black with #78A484

Text Example


Text Example

White with #78A484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78A484; }

 p { color: rgb(120,164,132); }

 H1.HeaderClassName
 {
   color: #78A484;
 }
 .AnyTagClassName
 {
   color: #78A484;
 }
</style>

background-color css

<style>
 a { background-color: #78A484; }

 a { background-color: rgb(120,164,132); }

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

border-color css

<style>
 span { border-color: #78A484; }

 span { border-color: rgb(120,164,132); }

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