Html Css Color HEX #78AF7D Bay Leaf

📋 copy color: '#78AF7D'

red 120 ◦ green 175 ◦ blue 125

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

Shades of Bay Leaf #78AF7D

Tints of Bay Leaf #78AF7D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.67%

 BLUE value IS 125 (49.22% from 255) = 29.76%

R = 28.57%
G = 41.67%
B = 29.76%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#78AF7D (or 0x78AF7D) is known color: Bay Leaf. HEX triplet: 78, AF and 7D. RGB value is (120,175,125). Sum of RGB (Red+Green+Blue) = 120+175+125=420 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.57% from 420); Green value is 175 (68.75% from 255 or 41.67% from 420); Blue value is 125 (49.22% from 255 or 29.76% from 420); Max value from RGB is 175 - color contains mainly: green. Hex color #78AF7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78AF7D is #875082. Grayscale: #999999. Windows color (decimal): -8867971 or 8236920. OLE color: 8236920.

HSL color Cylindrical-coordinate representation of color #78AF7D: hue angle of 125.45º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #78AF7D is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 120 175 125 -
CMYK 0.31 0 0.29 0.31
HSL 125.45º 0.26% 0.58% -
HSV(B) 125.45º 0.31% 0.69% -
XYZ 26.78 36.13 24.97 -
YUV 152.86 112.28 104.57 -
System Red Green Blue C M Y K H S L
Decimal 120 175 125 0.31 0 0.29 0.31 125.45 0.26 0.58
Hex 78 AF 7D 1F 0 1D 1F 7D 1A 3A
Octal 170 257 175 37 0 35 37 175 32 72
Binary 1111000 10101111 1111101 11111 0 11101 11111 1111101 11010 111010

Color Harmonies of #78AF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78AF7D

Black with #78AF7D

Text Example


Text Example

White with #78AF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,175,125); }

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

background-color css

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

 a { background-color: rgb(120,175,125); }

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

border-color css

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

 span { border-color: rgb(120,175,125); }

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