#84B68F

Color #84B68F Bay Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Leaf #84B68F

Tints of Bay Leaf #84B68F

Color information

#84B68F (or 0x84B68F) is unknown color: approx Bay Leaf. HEX triplet: 84, B6 and 8F. RGB value is (132,182,143). Sum of RGB (Red+Green+Blue) = 132+182+143=457 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.88% from 457); Green value is 182 (71.48% from 255 or 39.82% from 457); Blue value is 143 (56.25% from 255 or 31.29% from 457); Max value from RGB is 182 - color contains mainly: green. Hex color #84B68F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84B68F is #7B4970. Grayscale: #A2A2A2. Windows color (decimal): -8079729 or 9418372. OLE color: 9418372.

HSL color Cylindrical-coordinate representation of color #84B68F: hue angle of 133.2º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #84B68F is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB132182143-
CMYK0.2700.210.29
HSL133.2º25.51%61.57%-
HSV(B)133.2º27.47%71.37%-
XYZ31.240.3432.13-
YUV162.6116.94106.17-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.88%
GREEN value IS 182 (71.48% from 255) = 39.82%
BLUE value IS 143 (56.25% from 255) = 31.29%
R=28.88%
G=39.82%
B=31.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1321821430.2700.210.29133.225.5161.57
Hex84B68F1B0151D851a3e
Octal20426621733025352053276
Binary10000100101101101000111111011010101111011000010111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84B68F; }

 p { color: rgb(132,182,143); }

 H1.HeaderClassName
 {
   color: #84B68F;
 }
 .AnyTagClassName
 {
   color: #84B68F;
 }
</style>
background-color css

<style>
 a { background-color: #84B68F; }

 a { background-color: rgb(132,182,143); }

 div.DivClassName
 {
   background-color: #84B68F;
 }
 .BgClassName
 {
   background-color: #84B68F;
 }
</style>
border-color css

<style>
 span { border-color: #84B68F; }

 span { border-color: rgb(132,182,143); }

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