Html Css Color HEX #639477 Oxley

📋 copy color: '#639477'

red 99 ◦ green 148 ◦ blue 119

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

Shades of Oxley #639477

Tints of Oxley #639477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 32.51%

R = 27.05%
G = 40.44%
B = 32.51%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#639477 (or 0x639477) is known color: Oxley. HEX triplet: 63, 94 and 77. RGB value is (99,148,119). Sum of RGB (Red+Green+Blue) = 99+148+119=366 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.05% from 366); Green value is 148 (58.20% from 255 or 40.44% from 366); Blue value is 119 (46.88% from 255 or 32.51% from 366); Max value from RGB is 148 - color contains mainly: green. Hex color #639477 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639477 is #9C6B88. Grayscale: #828282. Windows color (decimal): -10251145 or 7836771. OLE color: 7836771.

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

Color convert

RGB 99 148 119 -
CMYK 0.33 0 0.20 0.42
HSL 144.49º 0.2% 0.48% -
HSV(B) 144.49º 0.33% 0.58% -
XYZ 19.07 25.16 21.31 -
YUV 130.04 121.77 105.86 -
System Red Green Blue C M Y K H S L
Decimal 99 148 119 0.33 0 0.20 0.42 144.49 0.2 0.48
Hex 63 94 77 21 0 14 2A 90 14 30
Octal 143 224 167 41 0 24 52 220 24 60
Binary 1100011 10010100 1110111 100001 0 10100 101010 10010000 10100 110000

Color Harmonies of #639477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639477

Black with #639477

Text Example


Text Example

White with #639477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639477; }

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

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

background-color css

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

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

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

border-color css

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

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

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