Html Css Color HEX #78A58A Bay Leaf

📋 copy color: '#78A58A'

red 120 ◦ green 165 ◦ blue 138

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

Shades of Bay Leaf #78A58A

Tints of Bay Leaf #78A58A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.01%

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

R = 28.37%
G = 39.01%
B = 32.62%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#78A58A (or 0x78A58A) is known color: Bay Leaf. HEX triplet: 78, A5 and 8A. RGB value is (120,165,138). Sum of RGB (Red+Green+Blue) = 120+165+138=423 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.37% from 423); Green value is 165 (64.84% from 255 or 39.01% from 423); Blue value is 138 (54.30% from 255 or 32.62% from 423); Max value from RGB is 165 - color contains mainly: green. Hex color #78A58A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A58A is #875A75. Grayscale: #949494. Windows color (decimal): -8870518 or 9086328. OLE color: 9086328.

HSL color Cylindrical-coordinate representation of color #78A58A: hue angle of 144º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #78A58A is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB 120 165 138 -
CMYK 0.27 0 0.16 0.35
HSL 144º 0.2% 0.56% -
HSV(B) 144º 0.27% 0.65% -
XYZ 25.79 32.74 29 -
YUV 148.47 122.09 107.7 -
System Red Green Blue C M Y K H S L
Decimal 120 165 138 0.27 0 0.16 0.35 144 0.2 0.56
Hex 78 A5 8A 1B 0 10 23 90 14 38
Octal 170 245 212 33 0 20 43 220 24 70
Binary 1111000 10100101 10001010 11011 0 10000 100011 10010000 10100 111000

Color Harmonies of #78A58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A58A

Black with #78A58A

Text Example


Text Example

White with #78A58A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,165,138); }

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

background-color css

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

 a { background-color: rgb(120,165,138); }

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

border-color css

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

 span { border-color: rgb(120,165,138); }

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