Html Css Color HEX #639675 Oxley

📋 copy color: '#639675'

red 99 ◦ green 150 ◦ blue 117

#639675
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oxley #639675

Tints of Oxley #639675

RGB

 RED value IS 99 (39.06% from 255) = 27.05%

 GREEN value IS 150 (58.98% from 255) = 40.98%

 BLUE value IS 117 (46.09% from 255) = 31.97%

R = 27.05%
G = 40.98%
B = 31.97%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#639675 (or 0x639675) is known color: Oxley. HEX triplet: 63, 96 and 75. RGB value is (99,150,117). Sum of RGB (Red+Green+Blue) = 99+150+117=366 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.05% from 366); Green value is 150 (58.98% from 255 or 40.98% from 366); Blue value is 117 (46.09% from 255 or 31.97% from 366); Max value from RGB is 150 - color contains mainly: green. Hex color #639675 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639675 is #9C698A. Grayscale: #838383. Windows color (decimal): -10250635 or 7706211. OLE color: 7706211.

HSL color Cylindrical-coordinate representation of color #639675: hue angle of 141.18º degrees, saturation: 0.2, 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 #639675 is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB 99 150 117 -
CMYK 0.34 0 0.22 0.41
HSL 141.18º 0.2% 0.49% -
HSV(B) 141.18º 0.34% 0.59% -
XYZ 19.26 25.75 20.78 -
YUV 130.99 120.1 105.18 -
System Red Green Blue C M Y K H S L
Decimal 99 150 117 0.34 0 0.22 0.41 141.18 0.2 0.49
Hex 63 96 75 22 0 16 29 8D 14 31
Octal 143 226 165 42 0 26 51 215 24 61
Binary 1100011 10010110 1110101 100010 0 10110 101001 10001101 10100 110001

Color Harmonies of #639675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639675

Black with #639675

Text Example


Text Example

White with #639675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639675; }

 p { color: rgb(99,150,117); }

 H1.HeaderClassName
 {
   color: #639675;
 }
 .AnyTagClassName
 {
   color: #639675;
 }
</style>

background-color css

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

 a { background-color: rgb(99,150,117); }

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

border-color css

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

 span { border-color: rgb(99,150,117); }

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