Html Css Color HEX #639779 Oxley

📋 copy color: '#639779'

red 99 ◦ green 151 ◦ blue 121

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

Shades of Oxley #639779

Tints of Oxley #639779

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.7%

 BLUE value IS 121 (47.66% from 255) = 32.61%

R = 26.68%
G = 40.7%
B = 32.61%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#639779 (or 0x639779) is known color: Oxley. HEX triplet: 63, 97 and 79. RGB value is (99,151,121). Sum of RGB (Red+Green+Blue) = 99+151+121=371 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.68% from 371); Green value is 151 (59.38% from 255 or 40.70% from 371); Blue value is 121 (47.66% from 255 or 32.61% from 371); Max value from RGB is 151 - color contains mainly: green. Hex color #639779 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639779 is #9C6886. Grayscale: #848484. Windows color (decimal): -10250375 or 7968611. OLE color: 7968611.

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

Color convert

RGB 99 151 121 -
CMYK 0.34 0 0.20 0.41
HSL 145.38º 0.21% 0.49% -
HSV(B) 145.38º 0.34% 0.59% -
XYZ 19.66 26.17 22.1 -
YUV 132.03 121.77 104.44 -
System Red Green Blue C M Y K H S L
Decimal 99 151 121 0.34 0 0.20 0.41 145.38 0.21 0.49
Hex 63 97 79 22 0 14 29 91 15 31
Octal 143 227 171 42 0 24 51 221 25 61
Binary 1100011 10010111 1111001 100010 0 10100 101001 10010001 10101 110001

Color Harmonies of #639779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639779

Black with #639779

Text Example


Text Example

White with #639779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639779; }

 p { color: rgb(99,151,121); }

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

background-color css

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

 a { background-color: rgb(99,151,121); }

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

border-color css

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

 span { border-color: rgb(99,151,121); }

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