#639C6A

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

Shades of Laurel #639C6A

Tints of Laurel #639C6A

Color information

#639C6A (or 0x639C6A) is unknown color: approx Laurel. HEX triplet: 63, 9C and 6A. RGB value is (99,156,106). Sum of RGB (Red+Green+Blue) = 99+156+106=361 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.42% from 361); Green value is 156 (61.33% from 255 or 43.21% from 361); Blue value is 106 (41.80% from 255 or 29.36% from 361); Max value from RGB is 156 - color contains mainly: green. Hex color #639C6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639C6A is #9C6395. Grayscale: #858585. Windows color (decimal): -10249110 or 6986851. OLE color: 6986851.

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

Color convert

RGB99156106-
CMYK0.3700.320.39
HSL127.37º22.35%50%-
HSV(B)127.37º36.54%61.18%-
XYZ19.6427.4717.9-
YUV133.26112.62103.57-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.42%
GREEN value IS 156 (61.33% from 255) = 43.21%
BLUE value IS 106 (41.80% from 255) = 29.36%
R=27.42%
G=43.21%
B=29.36%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal991561060.3700.320.39127.3722.3550
Hex639C6A25020277f1632
Octal14323415245040471772662
Binary11000111001110011010101001010100000100111111111110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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