#619969

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

Shades of Laurel #619969

Tints of Laurel #619969

Color information

#619969 (or 0x619969) is unknown color: approx Laurel. HEX triplet: 61, 99 and 69. RGB value is (97,153,105). Sum of RGB (Red+Green+Blue) = 97+153+105=355 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.32% from 355); Green value is 153 (60.16% from 255 or 43.10% from 355); Blue value is 105 (41.41% from 255 or 29.58% from 355); Max value from RGB is 153 - color contains mainly: green. Hex color #619969 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619969 is #9E6696. Grayscale: #828282. Windows color (decimal): -10380951 or 6920545. OLE color: 6920545.

HSL color Cylindrical-coordinate representation of color #619969: hue angle of 128.57º degrees, saturation: 0.22, 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 #619969 is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB97153105-
CMYK0.3700.310.4
HSL128.57º22.4%49.02%-
HSV(B)128.57º36.6%60%-
XYZ18.8726.3417.45-
YUV130.78113.45103.9-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.32%
GREEN value IS 153 (60.16% from 255) = 43.10%
BLUE value IS 105 (41.41% from 255) = 29.58%
R=27.32%
G=43.10%
B=29.58%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal971531050.3700.310.4128.5722.449.02
Hex6199692501F28811631
Octal14123115145037502012661
Binary11000011001100111010011001010111111010001000000110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619969; }

 p { color: rgb(97,153,105); }

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

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

 a { background-color: rgb(97,153,105); }

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

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

 span { border-color: rgb(97,153,105); }

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