#639069

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

Shades of Laurel #639069

Tints of Laurel #639069

Color information

#639069 (or 0x639069) is unknown color: approx Laurel. HEX triplet: 63, 90 and 69. RGB value is (99,144,105). Sum of RGB (Red+Green+Blue) = 99+144+105=348 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.45% from 348); Green value is 144 (56.64% from 255 or 41.38% from 348); Blue value is 105 (41.41% from 255 or 30.17% from 348); Max value from RGB is 144 - color contains mainly: green. Hex color #639069 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639069 is #9C6F96. Grayscale: #7E7E7E. Windows color (decimal): -10252183 or 6918243. OLE color: 6918243.

HSL color Cylindrical-coordinate representation of color #639069: hue angle of 128º 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 #639069 is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB99144105-
CMYK0.3100.270.44
HSL128º18.52%47.65%-
HSV(B)128º31.25%56.47%-
XYZ17.6723.6216.99-
YUV126.1116.09108.67-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.45%
GREEN value IS 144 (56.64% from 255) = 41.38%
BLUE value IS 105 (41.41% from 255) = 30.17%
R=28.45%
G=41.38%
B=30.17%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal991441050.3100.270.4412818.5247.65
Hex6390691F01B2C801330
Octal14322015137033542002360
Binary1100011100100001101001111110110111011001000000010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639069; }

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

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

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

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

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

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

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

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