#639F67

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

Shades of Laurel #639F67

Tints of Laurel #639F67

Color information

#639F67 (or 0x639F67) is unknown color: approx Laurel. HEX triplet: 63, 9F and 67. RGB value is (99,159,103). Sum of RGB (Red+Green+Blue) = 99+159+103=361 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.42% from 361); Green value is 159 (62.5% from 255 or 44.04% from 361); Blue value is 103 (40.62% from 255 or 28.53% from 361); Max value from RGB is 159 - color contains mainly: green. Hex color #639F67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639F67 is #9C6098. Grayscale: #868686. Windows color (decimal): -10248345 or 6791011. OLE color: 6791011.

HSL color Cylindrical-coordinate representation of color #639F67: hue angle of 124º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #639F67 is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.38.

Color convert

RGB99159103-
CMYK0.3800.350.38
HSL124º23.81%50.59%-
HSV(B)124º37.74%62.35%-
XYZ19.9928.4317.27-
YUV134.68110.12102.55-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.42%
GREEN value IS 159 (62.5% from 255) = 44.04%
BLUE value IS 103 (40.62% from 255) = 28.53%
R=27.42%
G=44.04%
B=28.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal991591030.3800.350.3812423.8150.59
Hex639F6726023267c1833
Octal14323714746043461743063
Binary11000111001111111001111001100100011100110111110011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639F67; }

 p { color: rgb(99,159,103); }

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

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

 a { background-color: rgb(99,159,103); }

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

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

 span { border-color: rgb(99,159,103); }

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