Html Css Color HEX #639377 Oxley

📋 copy color: '#639377'

red 99 ◦ green 147 ◦ blue 119

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

Shades of Oxley #639377

Tints of Oxley #639377

RGB

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

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

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

R = 27.12%
G = 40.27%
B = 32.6%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#639377 (or 0x639377) is known color: Oxley. HEX triplet: 63, 93 and 77. RGB value is (99,147,119). Sum of RGB (Red+Green+Blue) = 99+147+119=365 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.12% from 365); Green value is 147 (57.81% from 255 or 40.27% from 365); Blue value is 119 (46.88% from 255 or 32.60% from 365); Max value from RGB is 147 - color contains mainly: green. Hex color #639377 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639377 is #9C6C88. Grayscale: #818181. Windows color (decimal): -10251401 or 7836515. OLE color: 7836515.

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

Color convert

RGB 99 147 119 -
CMYK 0.33 0 0.19 0.42
HSL 145º 0.2% 0.48% -
HSV(B) 145º 0.33% 0.58% -
XYZ 18.91 24.85 21.25 -
YUV 129.46 122.1 106.28 -
System Red Green Blue C M Y K H S L
Decimal 99 147 119 0.33 0 0.19 0.42 145 0.2 0.48
Hex 63 93 77 21 0 13 2A 91 14 30
Octal 143 223 167 41 0 23 52 221 24 60
Binary 1100011 10010011 1110111 100001 0 10011 101010 10010001 10100 110000

Color Harmonies of #639377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639377

Black with #639377

Text Example


Text Example

White with #639377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639377; }

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

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

background-color css

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

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

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

border-color css

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

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

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