Html Css Color HEX #639673 Oxley

📋 copy color: '#639673'

red 99 ◦ green 150 ◦ blue 115

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

Shades of Oxley #639673

Tints of Oxley #639673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 31.59%

R = 27.2%
G = 41.21%
B = 31.59%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#639673 (or 0x639673) is known color: Oxley. HEX triplet: 63, 96 and 73. RGB value is (99,150,115). Sum of RGB (Red+Green+Blue) = 99+150+115=364 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.20% from 364); Green value is 150 (58.98% from 255 or 41.21% from 364); Blue value is 115 (45.31% from 255 or 31.59% from 364); Max value from RGB is 150 - color contains mainly: green. Hex color #639673 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639673 is #9C698C. Grayscale: #828282. Windows color (decimal): -10250637 or 7575139. OLE color: 7575139.

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

Color convert

RGB 99 150 115 -
CMYK 0.34 0 0.23 0.41
HSL 138.82º 0.2% 0.49% -
HSV(B) 138.82º 0.34% 0.59% -
XYZ 19.15 25.7 20.17 -
YUV 130.76 119.1 105.35 -
System Red Green Blue C M Y K H S L
Decimal 99 150 115 0.34 0 0.23 0.41 138.82 0.2 0.49
Hex 63 96 73 22 0 17 29 8B 14 31
Octal 143 226 163 42 0 27 51 213 24 61
Binary 1100011 10010110 1110011 100010 0 10111 101001 10001011 10100 110001

Color Harmonies of #639673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639673

Black with #639673

Text Example


Text Example

White with #639673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639673; }

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

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

background-color css

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

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

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

border-color css

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

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

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