#618268

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

Shades of Laurel #618268

Tints of Laurel #618268

Color information

#618268 (or 0x618268) is unknown color: approx Laurel. HEX triplet: 61, 82 and 68. RGB value is (97,130,104). Sum of RGB (Red+Green+Blue) = 97+130+104=331 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.31% from 331); Green value is 130 (51.17% from 255 or 39.27% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 130 - color contains mainly: green. Hex color #618268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618268 is #9E7D97. Grayscale: #757575. Windows color (decimal): -10386840 or 6849121. OLE color: 6849121.

HSL color Cylindrical-coordinate representation of color #618268: hue angle of 132.73º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #618268 is Cyan = 0.25, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.49.

Color convert

RGB97130104-
CMYK0.2500.20.49
HSL132.73º14.54%44.51%-
HSV(B)132.73º25.38%50.98%-
XYZ15.4119.5116.05-
YUV117.17120.57113.61-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.31%
GREEN value IS 130 (51.17% from 255) = 39.27%
BLUE value IS 104 (41.02% from 255) = 31.42%
R=29.31%
G=39.27%
B=31.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal971301040.2500.20.49132.7314.5444.51
Hex618268190143185f2d
Octal14120215031024612051755
Binary110000110000010110100011001010100110001100001011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618268; }

 p { color: rgb(97,130,104); }

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

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

 a { background-color: rgb(97,130,104); }

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

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

 span { border-color: rgb(97,130,104); }

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