Html Css Color HEX #639475 Oxley

📋 copy color: '#639475'

red 99 ◦ green 148 ◦ blue 117

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

Shades of Oxley #639475

Tints of Oxley #639475

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.66%

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

R = 27.2%
G = 40.66%
B = 32.14%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#639475 (or 0x639475) is known color: Oxley. HEX triplet: 63, 94 and 75. RGB value is (99,148,117). Sum of RGB (Red+Green+Blue) = 99+148+117=364 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.20% from 364); Green value is 148 (58.20% from 255 or 40.66% from 364); Blue value is 117 (46.09% from 255 or 32.14% from 364); Max value from RGB is 148 - color contains mainly: green. Hex color #639475 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639475 is #9C6B8A. Grayscale: #818181. Windows color (decimal): -10251147 or 7705699. OLE color: 7705699.

HSL color Cylindrical-coordinate representation of color #639475: hue angle of 142.04º 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 #639475 is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 148 117 -
CMYK 0.33 0 0.21 0.42
HSL 142.04º 0.2% 0.48% -
HSV(B) 142.04º 0.33% 0.58% -
XYZ 18.95 25.12 20.68 -
YUV 129.82 120.77 106.02 -
System Red Green Blue C M Y K H S L
Decimal 99 148 117 0.33 0 0.21 0.42 142.04 0.2 0.48
Hex 63 94 75 21 0 15 2A 8E 14 30
Octal 143 224 165 41 0 25 52 216 24 60
Binary 1100011 10010100 1110101 100001 0 10101 101010 10001110 10100 110000

Color Harmonies of #639475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639475

Black with #639475

Text Example


Text Example

White with #639475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639475; }

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

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

background-color css

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

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

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

border-color css

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

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

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