#638C67

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

Shades of Laurel #638C67

Tints of Laurel #638C67

Color information

#638C67 (or 0x638C67) is unknown color: approx Laurel. HEX triplet: 63, 8C and 67. RGB value is (99,140,103). Sum of RGB (Red+Green+Blue) = 99+140+103=342 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.95% from 342); Green value is 140 (55.08% from 255 or 40.94% from 342); Blue value is 103 (40.62% from 255 or 30.12% from 342); Max value from RGB is 140 - color contains mainly: green. Hex color #638C67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638C67 is #9C7398. Grayscale: #7B7B7B. Windows color (decimal): -10253209 or 6786147. OLE color: 6786147.

HSL color Cylindrical-coordinate representation of color #638C67: hue angle of 125.85º 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 #638C67 is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB99140103-
CMYK0.2900.260.45
HSL125.85º17.15%46.86%-
HSV(B)125.85º29.29%54.9%-
XYZ16.9722.3916.26-
YUV123.52116.42110.51-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.95%
GREEN value IS 140 (55.08% from 255) = 40.94%
BLUE value IS 103 (40.62% from 255) = 30.12%
R=28.95%
G=40.94%
B=30.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal991401030.2900.260.45125.8517.1546.86
Hex638C671D01A2D7e112f
Octal14321414735032551762157
Binary110001110001100110011111101011010101101111111010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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