#658768

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

Shades of Laurel #658768

Tints of Laurel #658768

Color information

#658768 (or 0x658768) is unknown color: approx Laurel. HEX triplet: 65, 87 and 68. RGB value is (101,135,104). Sum of RGB (Red+Green+Blue) = 101+135+104=340 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.71% from 340); Green value is 135 (53.12% from 255 or 39.71% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 135 - color contains mainly: green. Hex color #658768 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658768 is #9A7897. Grayscale: #797979. Windows color (decimal): -10123416 or 6850405. OLE color: 6850405.

HSL color Cylindrical-coordinate representation of color #658768: hue angle of 125.29º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #658768 is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB101135104-
CMYK0.2500.230.47
HSL125.29º14.41%46.27%-
HSV(B)125.29º25.19%52.94%-
XYZ16.5321.0916.3-
YUV121.3118.24113.52-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.71%
GREEN value IS 135 (53.12% from 255) = 39.71%
BLUE value IS 104 (41.02% from 255) = 30.59%
R=29.71%
G=39.71%
B=30.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1011351040.2500.230.47125.2914.4146.27
Hex658768190172F7de2e
Octal14520715031027571751656
Binary11001011000011111010001100101011110111111111011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658768; }

 p { color: rgb(101,135,104); }

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

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

 a { background-color: rgb(101,135,104); }

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

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

 span { border-color: rgb(101,135,104); }

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