Html Css Color HEX #639479 Oxley

📋 copy color: '#639479'

red 99 ◦ green 148 ◦ blue 121

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

Shades of Oxley #639479

Tints of Oxley #639479

RGB

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

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

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

R = 26.9%
G = 40.22%
B = 32.88%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#639479 (or 0x639479) is known color: Oxley. HEX triplet: 63, 94 and 79. RGB value is (99,148,121). Sum of RGB (Red+Green+Blue) = 99+148+121=368 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.90% from 368); Green value is 148 (58.20% from 255 or 40.22% from 368); Blue value is 121 (47.66% from 255 or 32.88% from 368); Max value from RGB is 148 - color contains mainly: green. Hex color #639479 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639479 is #9C6B86. Grayscale: #828282. Windows color (decimal): -10251143 or 7967843. OLE color: 7967843.

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

Color convert

RGB 99 148 121 -
CMYK 0.33 0 0.18 0.42
HSL 146.94º 0.2% 0.48% -
HSV(B) 146.94º 0.33% 0.58% -
XYZ 19.19 25.21 21.94 -
YUV 130.27 122.77 105.7 -
System Red Green Blue C M Y K H S L
Decimal 99 148 121 0.33 0 0.18 0.42 146.94 0.2 0.48
Hex 63 94 79 21 0 12 2A 93 14 30
Octal 143 224 171 41 0 22 52 223 24 60
Binary 1100011 10010100 1111001 100001 0 10010 101010 10010011 10100 110000

Color Harmonies of #639479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639479

Black with #639479

Text Example


Text Example

White with #639479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639479; }

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

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

background-color css

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

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

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

border-color css

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

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

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