#608467

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

Shades of Laurel #608467

Tints of Laurel #608467

Color information

#608467 (or 0x608467) is unknown color: approx Laurel. HEX triplet: 60, 84 and 67. RGB value is (96,132,103). Sum of RGB (Red+Green+Blue) = 96+132+103=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 132 (51.95% from 255 or 39.88% from 331); Blue value is 103 (40.62% from 255 or 31.12% from 331); Max value from RGB is 132 - color contains mainly: green. Hex color #608467 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608467 is #9F7B98. Grayscale: #767676. Windows color (decimal): -10451865 or 6784096. OLE color: 6784096.

HSL color Cylindrical-coordinate representation of color #608467: hue angle of 131.67º degrees, saturation: 0.16, 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 #608467 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB96132103-
CMYK0.2700.220.48
HSL131.67º15.79%44.71%-
HSV(B)131.67º27.27%51.76%-
XYZ15.5219.9715.87-
YUV117.93119.57112.36-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.00%
GREEN value IS 132 (51.95% from 255) = 39.88%
BLUE value IS 103 (40.62% from 255) = 31.12%
R=29.00%
G=39.88%
B=31.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal961321030.2700.220.48131.6715.7944.71
Hex6084671B0163084102d
Octal14020414733026602042055
Binary1100000100001001100111110110101101100001000010010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608467; }

 p { color: rgb(96,132,103); }

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

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

 a { background-color: rgb(96,132,103); }

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

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

 span { border-color: rgb(96,132,103); }

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