#618469

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

Shades of Laurel #618469

Tints of Laurel #618469

Color information

#618469 (or 0x618469) is unknown color: approx Laurel. HEX triplet: 61, 84 and 69. RGB value is (97,132,105). Sum of RGB (Red+Green+Blue) = 97+132+105=334 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.04% from 334); Green value is 132 (51.95% from 255 or 39.52% from 334); Blue value is 105 (41.41% from 255 or 31.44% from 334); Max value from RGB is 132 - color contains mainly: green. Hex color #618469 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618469 is #9E7B96. Grayscale: #767676. Windows color (decimal): -10386327 or 6915169. OLE color: 6915169.

HSL color Cylindrical-coordinate representation of color #618469: hue angle of 133.71º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #618469 is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB97132105-
CMYK0.2700.200.48
HSL133.71º15.28%44.9%-
HSV(B)133.71º26.52%51.76%-
XYZ15.7320.0616.41-
YUV118.46120.4112.7-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.04%
GREEN value IS 132 (51.95% from 255) = 39.52%
BLUE value IS 105 (41.41% from 255) = 31.44%
R=29.04%
G=39.52%
B=31.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal971321050.2700.200.48133.7115.2844.9
Hex6184691B0143086f2d
Octal14120415133024602061755
Binary110000110000100110100111011010100110000100001101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618469; }

 p { color: rgb(97,132,105); }

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

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

 a { background-color: rgb(97,132,105); }

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

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

 span { border-color: rgb(97,132,105); }

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