Html Css Color HEX #78B685 Bay Leaf

📋 copy color: '#78B685'

red 120 ◦ green 182 ◦ blue 133

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

Shades of Bay Leaf #78B685

Tints of Bay Leaf #78B685

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.84%

 BLUE value IS 133 (52.34% from 255) = 30.57%

R = 27.59%
G = 41.84%
B = 30.57%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#78B685 (or 0x78B685) is known color: Bay Leaf. HEX triplet: 78, B6 and 85. RGB value is (120,182,133). Sum of RGB (Red+Green+Blue) = 120+182+133=435 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.59% from 435); Green value is 182 (71.48% from 255 or 41.84% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 182 - color contains mainly: green. Hex color #78B685 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B685 is #87497A. Grayscale: #9E9E9E. Windows color (decimal): -8866171 or 8763000. OLE color: 8763000.

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

Color convert

RGB 120 182 133 -
CMYK 0.34 0 0.27 0.29
HSL 132.58º 0.3% 0.59% -
HSV(B) 132.58º 0.34% 0.71% -
XYZ 28.71 39.14 28.23 -
YUV 157.88 113.96 100.98 -
System Red Green Blue C M Y K H S L
Decimal 120 182 133 0.34 0 0.27 0.29 132.58 0.3 0.59
Hex 78 B6 85 22 0 1B 1D 85 1E 3B
Octal 170 266 205 42 0 33 35 205 36 73
Binary 1111000 10110110 10000101 100010 0 11011 11101 10000101 11110 111011

Color Harmonies of #78B685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78B685

Black with #78B685

Text Example


Text Example

White with #78B685

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,182,133); }

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

background-color css

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

 a { background-color: rgb(120,182,133); }

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

border-color css

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

 span { border-color: rgb(120,182,133); }

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