Html Css Color HEX #639771 Oxley

📋 copy color: '#639771'

red 99 ◦ green 151 ◦ blue 113

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

Shades of Oxley #639771

Tints of Oxley #639771

RGB

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

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

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

R = 27.27%
G = 41.6%
B = 31.13%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#639771 (or 0x639771) is known color: Oxley. HEX triplet: 63, 97 and 71. RGB value is (99,151,113). Sum of RGB (Red+Green+Blue) = 99+151+113=363 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.27% from 363); Green value is 151 (59.38% from 255 or 41.60% from 363); Blue value is 113 (44.53% from 255 or 31.13% from 363); Max value from RGB is 151 - color contains mainly: green. Hex color #639771 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639771 is #9C688E. Grayscale: #838383. Windows color (decimal): -10250383 or 7444323. OLE color: 7444323.

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

Color convert

RGB 99 151 113 -
CMYK 0.34 0 0.25 0.41
HSL 136.15º 0.21% 0.49% -
HSV(B) 136.15º 0.34% 0.59% -
XYZ 19.19 25.98 19.63 -
YUV 131.12 117.77 105.09 -
System Red Green Blue C M Y K H S L
Decimal 99 151 113 0.34 0 0.25 0.41 136.15 0.21 0.49
Hex 63 97 71 22 0 19 29 88 15 31
Octal 143 227 161 42 0 31 51 210 25 61
Binary 1100011 10010111 1110001 100010 0 11001 101001 10001000 10101 110001

Color Harmonies of #639771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639771

Black with #639771

Text Example


Text Example

White with #639771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639771; }

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

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

background-color css

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

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

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

border-color css

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

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

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