#639969

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

Shades of Laurel #639969

Tints of Laurel #639969

Color information

#639969 (or 0x639969) is unknown color: approx Laurel. HEX triplet: 63, 99 and 69. RGB value is (99,153,105). Sum of RGB (Red+Green+Blue) = 99+153+105=357 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.73% from 357); Green value is 153 (60.16% from 255 or 42.86% from 357); Blue value is 105 (41.41% from 255 or 29.41% from 357); Max value from RGB is 153 - color contains mainly: green. Hex color #639969 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639969 is #9C6696. Grayscale: #838383. Windows color (decimal): -10249879 or 6920547. OLE color: 6920547.

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

Color convert

RGB99153105-
CMYK0.3500.310.4
HSL126.67º21.43%49.41%-
HSV(B)126.67º35.29%60%-
XYZ19.0926.4617.46-
YUV131.38113.11104.9-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.73%
GREEN value IS 153 (60.16% from 255) = 42.86%
BLUE value IS 105 (41.41% from 255) = 29.41%
R=27.73%
G=42.86%
B=29.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal991531050.3500.310.4126.6721.4349.41
Hex6399692301F287f1531
Octal14323115143037501772561
Binary1100011100110011101001100011011111101000111111110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639969; }

 p { color: rgb(99,153,105); }

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

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

 a { background-color: rgb(99,153,105); }

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

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

 span { border-color: rgb(99,153,105); }

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