Html Css Color HEX #78AF7E Bay Leaf

📋 copy color: '#78AF7E'

red 120 ◦ green 175 ◦ blue 126

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

Shades of Bay Leaf #78AF7E

Tints of Bay Leaf #78AF7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.93%

R = 28.5%
G = 41.57%
B = 29.93%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#78AF7E (or 0x78AF7E) is known color: Bay Leaf. HEX triplet: 78, AF and 7E. RGB value is (120,175,126). Sum of RGB (Red+Green+Blue) = 120+175+126=421 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.50% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 126 (49.61% from 255 or 29.93% from 421); Max value from RGB is 175 - color contains mainly: green. Hex color #78AF7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78AF7E is #875081. Grayscale: #999999. Windows color (decimal): -8867970 or 8302456. OLE color: 8302456.

HSL color Cylindrical-coordinate representation of color #78AF7E: hue angle of 126.55º 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 #78AF7E is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB 120 175 126 -
CMYK 0.31 0 0.28 0.31
HSL 126.55º 0.26% 0.58% -
HSV(B) 126.55º 0.31% 0.69% -
XYZ 26.84 36.16 25.3 -
YUV 152.97 112.78 104.48 -
System Red Green Blue C M Y K H S L
Decimal 120 175 126 0.31 0 0.28 0.31 126.55 0.26 0.58
Hex 78 AF 7E 1F 0 1C 1F 7F 1A 3A
Octal 170 257 176 37 0 34 37 177 32 72
Binary 1111000 10101111 1111110 11111 0 11100 11111 1111111 11010 111010

Color Harmonies of #78AF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78AF7E

Black with #78AF7E

Text Example


Text Example

White with #78AF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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