#618764

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

Shades of Laurel #618764

Tints of Laurel #618764

Color information

#618764 (or 0x618764) is unknown color: approx Laurel. HEX triplet: 61, 87 and 64. RGB value is (97,135,100). Sum of RGB (Red+Green+Blue) = 97+135+100=332 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.22% from 332); Green value is 135 (53.12% from 255 or 40.66% from 332); Blue value is 100 (39.45% from 255 or 30.12% from 332); Max value from RGB is 135 - color contains mainly: green. Hex color #618764 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618764 is #9E789B. Grayscale: #777777. Windows color (decimal): -10385564 or 6588257. OLE color: 6588257.

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

Color convert

RGB97135100-
CMYK0.2800.260.47
HSL124.74º16.38%45.49%-
HSV(B)124.74º28.15%52.94%-
XYZ15.8920.7915.23-
YUV119.65116.91111.85-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.22%
GREEN value IS 135 (53.12% from 255) = 40.66%
BLUE value IS 100 (39.45% from 255) = 30.12%
R=29.22%
G=40.66%
B=30.12%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal971351000.2800.260.47124.7416.3845.49
Hex6187641C01A2F7d102d
Octal14120714434032571752055
Binary110000110000111110010011100011010101111111110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618764; }

 p { color: rgb(97,135,100); }

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

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

 a { background-color: rgb(97,135,100); }

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

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

 span { border-color: rgb(97,135,100); }

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