#608669

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

Shades of Laurel #608669

Tints of Laurel #608669

Color information

#608669 (or 0x608669) is unknown color: approx Laurel. HEX triplet: 60, 86 and 69. RGB value is (96,134,105). Sum of RGB (Red+Green+Blue) = 96+134+105=335 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.66% from 335); Green value is 134 (52.73% from 255 or 40% from 335); Blue value is 105 (41.41% from 255 or 31.34% from 335); Max value from RGB is 134 - color contains mainly: green. Hex color #608669 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608669 is #9F7996. Grayscale: #777777. Windows color (decimal): -10451351 or 6915680. OLE color: 6915680.

HSL color Cylindrical-coordinate representation of color #608669: hue angle of 134.21º degrees, saturation: 0.17, 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 #608669 is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB96134105-
CMYK0.2800.220.47
HSL134.21º16.52%45.1%-
HSV(B)134.21º28.36%52.55%-
XYZ15.920.5616.49-
YUV119.33119.91111.36-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.66%
GREEN value IS 134 (52.73% from 255) = 40%
BLUE value IS 105 (41.41% from 255) = 31.34%
R=28.66%
G=40%
B=31.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal961341050.2800.220.47134.2116.5245.1
Hex6086691C0162F86112d
Octal14020615134026572062155
Binary1100000100001101101001111000101101011111000011010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608669; }

 p { color: rgb(96,134,105); }

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

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

 a { background-color: rgb(96,134,105); }

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

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

 span { border-color: rgb(96,134,105); }

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