#619A68

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

Shades of Laurel #619A68

Tints of Laurel #619A68

Color information

#619A68 (or 0x619A68) is unknown color: approx Laurel. HEX triplet: 61, 9A and 68. RGB value is (97,154,104). Sum of RGB (Red+Green+Blue) = 97+154+104=355 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.32% from 355); Green value is 154 (60.55% from 255 or 43.38% from 355); Blue value is 104 (41.02% from 255 or 29.30% from 355); Max value from RGB is 154 - color contains mainly: green. Hex color #619A68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619A68 is #9E6597. Grayscale: #838383. Windows color (decimal): -10380696 or 6855265. OLE color: 6855265.

HSL color Cylindrical-coordinate representation of color #619A68: hue angle of 127.37º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #619A68 is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB97154104-
CMYK0.3700.320.40
HSL127.37º22.71%49.22%-
HSV(B)127.37º37.01%60.39%-
XYZ18.9826.6517.24-
YUV131.26112.62103.57-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.32%
GREEN value IS 154 (60.55% from 255) = 43.38%
BLUE value IS 104 (41.02% from 255) = 29.30%
R=27.32%
G=43.38%
B=29.30%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal971541040.3700.320.40127.3722.7149.22
Hex619A6825020287f1731
Octal14123215045040501772761
Binary11000011001101011010001001010100000101000111111110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619A68; }

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

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

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

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

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

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

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

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