#639B68

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

Shades of Laurel #639B68

Tints of Laurel #639B68

Color information

#639B68 (or 0x639B68) is unknown color: approx Laurel. HEX triplet: 63, 9B and 68. RGB value is (99,155,104). Sum of RGB (Red+Green+Blue) = 99+155+104=358 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.65% from 358); Green value is 155 (60.94% from 255 or 43.30% from 358); Blue value is 104 (41.02% from 255 or 29.05% from 358); Max value from RGB is 155 - color contains mainly: green. Hex color #639B68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639B68 is #9C6497. Grayscale: #848484. Windows color (decimal): -10249368 or 6855523. OLE color: 6855523.

HSL color Cylindrical-coordinate representation of color #639B68: hue angle of 125.36º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #639B68 is Cyan = 0.36, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.

Color convert

RGB99155104-
CMYK0.3600.330.39
HSL125.36º22.05%49.8%-
HSV(B)125.36º36.13%60.78%-
XYZ19.3727.0917.31-
YUV132.44111.95104.15-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.65%
GREEN value IS 155 (60.94% from 255) = 43.30%
BLUE value IS 104 (41.02% from 255) = 29.05%
R=27.65%
G=43.30%
B=29.05%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal991551040.3600.330.39125.3622.0549.8
Hex639B6824021277d1632
Octal14323315044041471752662
Binary11000111001101111010001001000100001100111111110110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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