Html Css Color HEX #78BF8A Bay Leaf

📋 copy color: '#78BF8A'

red 120 ◦ green 191 ◦ blue 138

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

Shades of Bay Leaf #78BF8A

Tints of Bay Leaf #78BF8A

RGB

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

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

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

R = 26.73%
G = 42.54%
B = 30.73%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#78BF8A (or 0x78BF8A) is known color: Bay Leaf. HEX triplet: 78, BF and 8A. RGB value is (120,191,138). Sum of RGB (Red+Green+Blue) = 120+191+138=449 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.73% from 449); Green value is 191 (75% from 255 or 42.54% from 449); Blue value is 138 (54.30% from 255 or 30.73% from 449); Max value from RGB is 191 - color contains mainly: green. Hex color #78BF8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BF8A is #874075. Grayscale: #A3A3A3. Windows color (decimal): -8863862 or 9092984. OLE color: 9092984.

HSL color Cylindrical-coordinate representation of color #78BF8A: hue angle of 135.21º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #78BF8A is Cyan = 0.37, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 120 191 138 -
CMYK 0.37 0 0.28 0.25
HSL 135.21º 0.36% 0.61% -
HSV(B) 135.21º 0.37% 0.75% -
XYZ 30.96 43.09 30.73 -
YUV 163.73 113.48 96.81 -
System Red Green Blue C M Y K H S L
Decimal 120 191 138 0.37 0 0.28 0.25 135.21 0.36 0.61
Hex 78 BF 8A 25 0 1C 19 87 24 3D
Octal 170 277 212 45 0 34 31 207 44 75
Binary 1111000 10111111 10001010 100101 0 11100 11001 10000111 100100 111101

Color Harmonies of #78BF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BF8A

Black with #78BF8A

Text Example


Text Example

White with #78BF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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