#639068

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

Shades of Laurel #639068

Tints of Laurel #639068

Color information

#639068 (or 0x639068) is unknown color: approx Laurel. HEX triplet: 63, 90 and 68. RGB value is (99,144,104). Sum of RGB (Red+Green+Blue) = 99+144+104=347 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.53% from 347); Green value is 144 (56.64% from 255 or 41.50% from 347); Blue value is 104 (41.02% from 255 or 29.97% from 347); Max value from RGB is 144 - color contains mainly: green. Hex color #639068 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639068 is #9C6F97. Grayscale: #7E7E7E. Windows color (decimal): -10252184 or 6852707. OLE color: 6852707.

HSL color Cylindrical-coordinate representation of color #639068: hue angle of 126.67º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #639068 is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.44.

Color convert

RGB99144104-
CMYK0.3100.280.44
HSL126.67º18.52%47.65%-
HSV(B)126.67º31.25%56.47%-
XYZ17.6223.616.72-
YUV125.98115.59108.75-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.53%
GREEN value IS 144 (56.64% from 255) = 41.50%
BLUE value IS 104 (41.02% from 255) = 29.97%
R=28.53%
G=41.50%
B=29.97%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal991441040.3100.280.44126.6718.5247.65
Hex6390681F01C2C7f1330
Octal14322015037034541772360
Binary110001110010000110100011111011100101100111111110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639068; }

 p { color: rgb(99,144,104); }

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

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

 a { background-color: rgb(99,144,104); }

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

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

 span { border-color: rgb(99,144,104); }

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