Html Css Color HEX #639474 Oxley

📋 copy color: '#639474'

red 99 ◦ green 148 ◦ blue 116

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

Shades of Oxley #639474

Tints of Oxley #639474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.96%

R = 27.27%
G = 40.77%
B = 31.96%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#639474 (or 0x639474) is known color: Oxley. HEX triplet: 63, 94 and 74. RGB value is (99,148,116). Sum of RGB (Red+Green+Blue) = 99+148+116=363 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.27% from 363); Green value is 148 (58.20% from 255 or 40.77% from 363); Blue value is 116 (45.70% from 255 or 31.96% from 363); Max value from RGB is 148 - color contains mainly: green. Hex color #639474 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639474 is #9C6B8B. Grayscale: #818181. Windows color (decimal): -10251148 or 7640163. OLE color: 7640163.

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

Color convert

RGB 99 148 116 -
CMYK 0.33 0 0.22 0.42
HSL 140.82º 0.2% 0.48% -
HSV(B) 140.82º 0.33% 0.58% -
XYZ 18.89 25.09 20.37 -
YUV 129.7 120.27 106.1 -
System Red Green Blue C M Y K H S L
Decimal 99 148 116 0.33 0 0.22 0.42 140.82 0.2 0.48
Hex 63 94 74 21 0 16 2A 8D 14 30
Octal 143 224 164 41 0 26 52 215 24 60
Binary 1100011 10010100 1110100 100001 0 10110 101010 10001101 10100 110000

Color Harmonies of #639474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639474

Black with #639474

Text Example


Text Example

White with #639474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639474; }

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

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

background-color css

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

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

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

border-color css

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

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

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