#639B6C

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

Shades of Oxley #639B6C

Tints of Oxley #639B6C

Color information

#639B6C (or 0x639B6C) is unknown color: approx Oxley. HEX triplet: 63, 9B and 6C. RGB value is (99,155,108). Sum of RGB (Red+Green+Blue) = 99+155+108=362 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.35% from 362); Green value is 155 (60.94% from 255 or 42.82% from 362); Blue value is 108 (42.58% from 255 or 29.83% from 362); Max value from RGB is 155 - color contains mainly: green. Hex color #639B6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639B6C is #9C6493. Grayscale: #858585. Windows color (decimal): -10249364 or 7117667. OLE color: 7117667.

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

Color convert

RGB99155108-
CMYK0.3600.300.39
HSL129.64º22.05%49.8%-
HSV(B)129.64º36.13%60.78%-
XYZ19.5727.1818.4-
YUV132.9113.95103.82-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.35%
GREEN value IS 155 (60.94% from 255) = 42.82%
BLUE value IS 108 (42.58% from 255) = 29.83%
R=27.35%
G=42.82%
B=29.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal991551080.3600.300.39129.6422.0549.8
Hex639B6C2401E27821632
Octal14323315444036472022662
Binary11000111001101111011001001000111101001111000001010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,155,108); }

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

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

 a { background-color: rgb(99,155,108); }

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

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

 span { border-color: rgb(99,155,108); }

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