#61866A

Color #61866A Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laurel #61866A

Tints of Laurel #61866A

Color information

#61866A (or 0x61866A) is unknown color: approx Laurel. HEX triplet: 61, 86 and 6A. RGB value is (97,134,106). Sum of RGB (Red+Green+Blue) = 97+134+106=337 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.78% from 337); Green value is 134 (52.73% from 255 or 39.76% from 337); Blue value is 106 (41.80% from 255 or 31.45% from 337); Max value from RGB is 134 - color contains mainly: green. Hex color #61866A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61866A is #9E7995. Grayscale: #777777. Windows color (decimal): -10385814 or 6981217. OLE color: 6981217.

HSL color Cylindrical-coordinate representation of color #61866A: hue angle of 134.59º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #61866A is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB97134106-
CMYK0.2800.210.47
HSL134.59º16.02%45.29%-
HSV(B)134.59º27.61%52.55%-
XYZ16.0620.6316.77-
YUV119.74120.24111.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.78%
GREEN value IS 134 (52.73% from 255) = 39.76%
BLUE value IS 106 (41.80% from 255) = 31.45%
R=28.78%
G=39.76%
B=31.45%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal971341060.2800.210.47134.5916.0245.29
Hex61866A1C0152F87102d
Octal14120615234025572072055
Binary1100001100001101101010111000101011011111000011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61866A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61866A; }

 p { color: rgb(97,134,106); }

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

<style>
 a { background-color: #61866A; }

 a { background-color: rgb(97,134,106); }

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

<style>
 span { border-color: #61866A; }

 span { border-color: rgb(97,134,106); }

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