Html Css Color HEX #639373 Oxley

📋 copy color: '#639373'

red 99 ◦ green 147 ◦ blue 115

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

Shades of Oxley #639373

Tints of Oxley #639373

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.72%

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

R = 27.42%
G = 40.72%
B = 31.86%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#639373 (or 0x639373) is known color: Oxley. HEX triplet: 63, 93 and 73. RGB value is (99,147,115). Sum of RGB (Red+Green+Blue) = 99+147+115=361 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.42% from 361); Green value is 147 (57.81% from 255 or 40.72% from 361); Blue value is 115 (45.31% from 255 or 31.86% from 361); Max value from RGB is 147 - color contains mainly: green. Hex color #639373 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639373 is #9C6C8C. Grayscale: #818181. Windows color (decimal): -10251405 or 7574371. OLE color: 7574371.

HSL color Cylindrical-coordinate representation of color #639373: hue angle of 140º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #639373 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 147 115 -
CMYK 0.33 0 0.22 0.42
HSL 140º 0.2% 0.48% -
HSV(B) 140º 0.33% 0.58% -
XYZ 18.67 24.76 20.01 -
YUV 129 120.1 106.6 -
System Red Green Blue C M Y K H S L
Decimal 99 147 115 0.33 0 0.22 0.42 140 0.2 0.48
Hex 63 93 73 21 0 16 2A 8C 14 30
Octal 143 223 163 41 0 26 52 214 24 60
Binary 1100011 10010011 1110011 100001 0 10110 101010 10001100 10100 110000

Color Harmonies of #639373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639373

Black with #639373

Text Example


Text Example

White with #639373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639373; }

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

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

background-color css

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

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

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

border-color css

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

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

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