Html Css Color HEX #639971 Oxley

📋 copy color: '#639971'

red 99 ◦ green 153 ◦ blue 113

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

Shades of Oxley #639971

Tints of Oxley #639971

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.92%

 BLUE value IS 113 (44.53% from 255) = 30.96%

R = 27.12%
G = 41.92%
B = 30.96%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.26

 K value IS 0.4

RGB Variations

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

Color information

#639971 (or 0x639971) is known color: Oxley. HEX triplet: 63, 99 and 71. RGB value is (99,153,113). Sum of RGB (Red+Green+Blue) = 99+153+113=365 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.12% from 365); Green value is 153 (60.16% from 255 or 41.92% from 365); Blue value is 113 (44.53% from 255 or 30.96% from 365); Max value from RGB is 153 - color contains mainly: green. Hex color #639971 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639971 is #9C668E. Grayscale: #848484. Windows color (decimal): -10249871 or 7444835. OLE color: 7444835.

HSL color Cylindrical-coordinate representation of color #639971: hue angle of 135.56º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #639971 is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.4.

Color convert

RGB 99 153 113 -
CMYK 0.35 0 0.26 0.4
HSL 135.56º 0.21% 0.49% -
HSV(B) 135.56º 0.35% 0.6% -
XYZ 19.52 26.63 19.73 -
YUV 132.29 117.11 104.25 -
System Red Green Blue C M Y K H S L
Decimal 99 153 113 0.35 0 0.26 0.4 135.56 0.21 0.49
Hex 63 99 71 23 0 1A 28 88 15 31
Octal 143 231 161 43 0 32 50 210 25 61
Binary 1100011 10011001 1110001 100011 0 11010 101000 10001000 10101 110001

Color Harmonies of #639971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639971

Black with #639971

Text Example


Text Example

White with #639971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639971; }

 p { color: rgb(99,153,113); }

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

background-color css

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

 a { background-color: rgb(99,153,113); }

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

border-color css

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

 span { border-color: rgb(99,153,113); }

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