#639065

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

Shades of Laurel #639065

Tints of Laurel #639065

Color information

#639065 (or 0x639065) is unknown color: approx Laurel. HEX triplet: 63, 90 and 65. RGB value is (99,144,101). Sum of RGB (Red+Green+Blue) = 99+144+101=344 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.78% from 344); Green value is 144 (56.64% from 255 or 41.86% from 344); Blue value is 101 (39.84% from 255 or 29.36% from 344); Max value from RGB is 144 - color contains mainly: green. Hex color #639065 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639065 is #9C6F9A. Grayscale: #7D7D7D. Windows color (decimal): -10252187 or 6656099. OLE color: 6656099.

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

Color convert

RGB99144101-
CMYK0.3100.300.44
HSL122.67º18.52%47.65%-
HSV(B)122.67º31.25%56.47%-
XYZ17.4723.5415.93-
YUV125.64114.09109-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.78%
GREEN value IS 144 (56.64% from 255) = 41.86%
BLUE value IS 101 (39.84% from 255) = 29.36%
R=28.78%
G=41.86%
B=29.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal991441010.3100.300.44122.6718.5247.65
Hex6390651F01E2C7b1330
Octal14322014537036541732360
Binary110001110010000110010111111011110101100111101110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639065; }

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

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

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

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

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

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

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

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