#638B6A

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

Shades of Laurel #638B6A

Tints of Laurel #638B6A

Color information

#638B6A (or 0x638B6A) is unknown color: approx Laurel. HEX triplet: 63, 8B and 6A. RGB value is (99,139,106). Sum of RGB (Red+Green+Blue) = 99+139+106=344 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.78% from 344); Green value is 139 (54.69% from 255 or 40.41% from 344); Blue value is 106 (41.80% from 255 or 30.81% from 344); Max value from RGB is 139 - color contains mainly: green. Hex color #638B6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638B6A is #9C7495. Grayscale: #7B7B7B. Windows color (decimal): -10253462 or 6982499. OLE color: 6982499.

HSL color Cylindrical-coordinate representation of color #638B6A: hue angle of 130.5º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #638B6A is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB99139106-
CMYK0.2900.240.45
HSL130.5º16.81%46.67%-
HSV(B)130.5º28.78%54.51%-
XYZ16.9822.1617.02-
YUV123.28118.25110.68-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.78%
GREEN value IS 139 (54.69% from 255) = 40.41%
BLUE value IS 106 (41.80% from 255) = 30.81%
R=28.78%
G=40.41%
B=30.81%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal991391060.2900.240.45130.516.8146.67
Hex638B6A1D0182D82112f
Octal14321315235030552022157
Binary1100011100010111101010111010110001011011000001010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638B6A; }

 p { color: rgb(99,139,106); }

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

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

 a { background-color: rgb(99,139,106); }

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

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

 span { border-color: rgb(99,139,106); }

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