#84A68F

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

Shades of Bay Leaf #84A68F

Tints of Bay Leaf #84A68F

Color information

#84A68F (or 0x84A68F) is unknown color: approx Bay Leaf. HEX triplet: 84, A6 and 8F. RGB value is (132,166,143). Sum of RGB (Red+Green+Blue) = 132+166+143=441 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.93% from 441); Green value is 166 (65.23% from 255 or 37.64% from 441); Blue value is 143 (56.25% from 255 or 32.43% from 441); Max value from RGB is 166 - color contains mainly: green. Hex color #84A68F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A68F is #7B5970. Grayscale: #999999. Windows color (decimal): -8083825 or 9414276. OLE color: 9414276.

HSL color Cylindrical-coordinate representation of color #84A68F: hue angle of 139.41º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #84A68F is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB132166143-
CMYK0.2000.140.35
HSL139.41º16.04%58.43%-
HSV(B)139.41º20.48%65.1%-
XYZ28.1134.1631.1-
YUV153.21122.24112.87-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.93%
GREEN value IS 166 (65.23% from 255) = 37.64%
BLUE value IS 143 (56.25% from 255) = 32.43%
R=29.93%
G=37.64%
B=32.43%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1321661430.2000.140.35139.4116.0458.43
Hex84A68F140E238b103a
Octal20424621724016432132072
Binary10000100101001101000111110100011101000111000101110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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