Html Css Color HEX #78B482 Bay Leaf

📋 copy color: '#78B482'

red 120 ◦ green 180 ◦ blue 130

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

Shades of Bay Leaf #78B482

Tints of Bay Leaf #78B482

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.86%

 BLUE value IS 130 (51.17% from 255) = 30.23%

R = 27.91%
G = 41.86%
B = 30.23%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#78B482 (or 0x78B482) is known color: Bay Leaf. HEX triplet: 78, B4 and 82. RGB value is (120,180,130). Sum of RGB (Red+Green+Blue) = 120+180+130=430 (56% of max value = 765). Red value is 120 (47.27% from 255 or 27.91% from 430); Green value is 180 (70.70% from 255 or 41.86% from 430); Blue value is 130 (51.17% from 255 or 30.23% from 430); Max value from RGB is 180 - color contains mainly: green. Hex color #78B482 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B482 is #874B7D. Grayscale: #9C9C9C. Windows color (decimal): -8866686 or 8565880. OLE color: 8565880.

HSL color Cylindrical-coordinate representation of color #78B482: hue angle of 130º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #78B482 is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB 120 180 130 -
CMYK 0.33 0 0.28 0.29
HSL 130º 0.29% 0.59% -
HSV(B) 130º 0.33% 0.71% -
XYZ 28.1 38.25 27.02 -
YUV 156.36 113.12 102.07 -
System Red Green Blue C M Y K H S L
Decimal 120 180 130 0.33 0 0.28 0.29 130 0.29 0.59
Hex 78 B4 82 21 0 1C 1D 82 1D 3B
Octal 170 264 202 41 0 34 35 202 35 73
Binary 1111000 10110100 10000010 100001 0 11100 11101 10000010 11101 111011

Color Harmonies of #78B482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78B482

Black with #78B482

Text Example


Text Example

White with #78B482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,180,130); }

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

background-color css

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

 a { background-color: rgb(120,180,130); }

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

border-color css

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

 span { border-color: rgb(120,180,130); }

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