#639768

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

Shades of Laurel #639768

Tints of Laurel #639768

Color information

#639768 (or 0x639768) is unknown color: approx Laurel. HEX triplet: 63, 97 and 68. RGB value is (99,151,104). Sum of RGB (Red+Green+Blue) = 99+151+104=354 (46% of max value = 765). Red value is 99 (39.06% from 255 or 27.97% from 354); Green value is 151 (59.38% from 255 or 42.66% from 354); Blue value is 104 (41.02% from 255 or 29.38% from 354); Max value from RGB is 151 - color contains mainly: green. Hex color #639768 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639768 is #9C6897. Grayscale: #828282. Windows color (decimal): -10250392 or 6854499. OLE color: 6854499.

HSL color Cylindrical-coordinate representation of color #639768: hue angle of 125.77º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #639768 is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB99151104-
CMYK0.3400.310.41
HSL125.77º20.8%49.02%-
HSV(B)125.77º34.44%59.22%-
XYZ18.7125.7917.09-
YUV130.09113.27105.82-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.97%
GREEN value IS 151 (59.38% from 255) = 42.66%
BLUE value IS 104 (41.02% from 255) = 29.38%
R=27.97%
G=42.66%
B=29.38%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal991511040.3400.310.41125.7720.849.02
Hex6397682201F297e1531
Octal14322715042037511762561
Binary1100011100101111101000100010011111101001111111010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639768; }

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

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

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

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

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

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

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

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